Html Css Color HEX #EADD77 Wild Rice

📋 copy color: '#EADD77'

red 234 ◦ green 221 ◦ blue 119

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

Shades of Wild Rice #EADD77

Tints of Wild Rice #EADD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.73%

R = 40.77%
G = 38.5%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EADD77 (or 0xEADD77) is known color: Wild Rice. HEX triplet: EA, DD and 77. RGB value is (234,221,119). Sum of RGB (Red+Green+Blue) = 234+221+119=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD77 is #152288. Grayscale: #D5D5D5. Windows color (decimal): -1385097 or 7855594. OLE color: 7855594.

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

Color convert

RGB 234 221 119 -
CMYK 0 0.06 0.49 0.08
HSL 53.22º 0.73% 0.69% -
HSV(B) 53.22º 0.49% 0.92% -
XYZ 63.12 70.54 27.74 -
YUV 213.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 234 221 119 0 0.06 0.49 0.08 53.22 0.73 0.69
Hex EA DD 77 0 6 31 8 35 49 45
Octal 352 335 167 0 6 61 10 65 111 105
Binary 11101010 11011101 1110111 0 110 110001 1000 110101 1001001 1000101

Color Harmonies of #EADD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD77

Black with #EADD77

Text Example


Text Example

White with #EADD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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