Html Css Color HEX #EDDA72 Wild Rice

📋 copy color: '#EDDA72'

red 237 ◦ green 218 ◦ blue 114

#EDDA72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #EDDA72

Tints of Wild Rice #EDDA72

RGB

 RED value IS 237 (92.97% from 255) = 41.65%

 GREEN value IS 218 (85.55% from 255) = 38.31%

 BLUE value IS 114 (44.92% from 255) = 20.04%

R = 41.65%
G = 38.31%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDDA72 (or 0xEDDA72) is known color: Wild Rice. HEX triplet: ED, DA and 72. RGB value is (237,218,114). Sum of RGB (Red+Green+Blue) = 237+218+114=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA72 is #12258D. Grayscale: #D4D4D4. Windows color (decimal): -1189262 or 7527149. OLE color: 7527149.

HSL color Cylindrical-coordinate representation of color #EDDA72: hue angle of 50.73º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDDA72 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 218 114 -
CMYK 0 0.08 0.52 0.07
HSL 50.73º 0.77% 0.69% -
HSV(B) 50.73º 0.52% 0.93% -
XYZ 63.03 69.36 25.99 -
YUV 211.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 237 218 114 0 0.08 0.52 0.07 50.73 0.77 0.69
Hex ED DA 72 0 8 34 7 33 4D 45
Octal 355 332 162 0 10 64 7 63 115 105
Binary 11101101 11011010 1110010 0 1000 110100 111 110011 1001101 1000101

Color Harmonies of #EDDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA72

Black with #EDDA72

Text Example


Text Example

White with #EDDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA72; }

 p { color: rgb(237,218,114); }

 H1.HeaderClassName
 {
   color: #EDDA72;
 }
 .AnyTagClassName
 {
   color: #EDDA72;
 }
</style>

background-color css

<style>
 a { background-color: #EDDA72; }

 a { background-color: rgb(237,218,114); }

 div.DivClassName
 {
   background-color: #EDDA72;
 }
 .BgClassName
 {
   background-color: #EDDA72;
 }
</style>

border-color css

<style>
 span { border-color: #EDDA72; }

 span { border-color: rgb(237,218,114); }

 td.TdClassName
 {
   border-color: #EDDA72;
 }
 .TagClassName
 {
   border-color: #EDDA72;
 }
</style>