Html Css Color HEX #EADD74 Wild Rice

📋 copy color: '#EADD74'

red 234 ◦ green 221 ◦ blue 116

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

Shades of Wild Rice #EADD74

Tints of Wild Rice #EADD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.32%

R = 40.98%
G = 38.7%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EADD74 (or 0xEADD74) is known color: Wild Rice. HEX triplet: EA, DD and 74. RGB value is (234,221,116). Sum of RGB (Red+Green+Blue) = 234+221+116=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD74 is #15228B. Grayscale: #D5D5D5. Windows color (decimal): -1385100 or 7658986. OLE color: 7658986.

HSL color Cylindrical-coordinate representation of color #EADD74: hue angle of 53.39º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EADD74 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 116 -
CMYK 0 0.06 0.50 0.08
HSL 53.39º 0.74% 0.69% -
HSV(B) 53.39º 0.5% 0.92% -
XYZ 62.94 70.47 26.81 -
YUV 212.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 234 221 116 0 0.06 0.50 0.08 53.39 0.74 0.69
Hex EA DD 74 0 6 32 8 35 4A 45
Octal 352 335 164 0 6 62 10 65 112 105
Binary 11101010 11011101 1110100 0 110 110010 1000 110101 1001010 1000101

Color Harmonies of #EADD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD74

Black with #EADD74

Text Example


Text Example

White with #EADD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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