Html Css Color HEX #EAD972 Wild Rice

📋 copy color: '#EAD972'

red 234 ◦ green 217 ◦ blue 114

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

Shades of Wild Rice #EAD972

Tints of Wild Rice #EAD972

RGB

 RED value IS 234 (91.8% from 255) = 41.42%

 GREEN value IS 217 (85.16% from 255) = 38.41%

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

R = 41.42%
G = 38.41%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD972 (or 0xEAD972) is known color: Wild Rice. HEX triplet: EA, D9 and 72. RGB value is (234,217,114). Sum of RGB (Red+Green+Blue) = 234+217+114=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD972 is #15268D. Grayscale: #D2D2D2. Windows color (decimal): -1386126 or 7526890. OLE color: 7526890.

HSL color Cylindrical-coordinate representation of color #EAD972: hue angle of 51.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAD972 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 217 114 -
CMYK 0 0.07 0.51 0.08
HSL 51.5º 0.74% 0.68% -
HSV(B) 51.5º 0.51% 0.92% -
XYZ 61.78 68.33 25.85 -
YUV 210.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 234 217 114 0 0.07 0.51 0.08 51.5 0.74 0.68
Hex EA D9 72 0 7 33 8 34 4A 44
Octal 352 331 162 0 7 63 10 64 112 104
Binary 11101010 11011001 1110010 0 111 110011 1000 110100 1001010 1000100

Color Harmonies of #EAD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD972

Black with #EAD972

Text Example


Text Example

White with #EAD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD972; }

 p { color: rgb(234,217,114); }

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

background-color css

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

 a { background-color: rgb(234,217,114); }

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

border-color css

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

 span { border-color: rgb(234,217,114); }

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