Html Css Color HEX #EADD72 Wild Rice

📋 copy color: '#EADD72'

red 234 ◦ green 221 ◦ blue 114

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

Shades of Wild Rice #EADD72

Tints of Wild Rice #EADD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.84%

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

R = 41.12%
G = 38.84%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EADD72 (or 0xEADD72) is known color: Wild Rice. HEX triplet: EA, DD and 72. RGB value is (234,221,114). Sum of RGB (Red+Green+Blue) = 234+221+114=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD72 is #15228D. Grayscale: #D5D5D5. Windows color (decimal): -1385102 or 7527914. OLE color: 7527914.

HSL color Cylindrical-coordinate representation of color #EADD72: hue angle of 53.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 #EADD72 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 114 -
CMYK 0 0.06 0.51 0.08
HSL 53.5º 0.74% 0.68% -
HSV(B) 53.5º 0.51% 0.92% -
XYZ 62.83 70.42 26.2 -
YUV 212.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 234 221 114 0 0.06 0.51 0.08 53.5 0.74 0.68
Hex EA DD 72 0 6 33 8 36 4A 44
Octal 352 335 162 0 6 63 10 66 112 104
Binary 11101010 11011101 1110010 0 110 110011 1000 110110 1001010 1000100

Color Harmonies of #EADD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD72

Black with #EADD72

Text Example


Text Example

White with #EADD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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