Html Css Color HEX #EADE74 Wild Rice

📋 copy color: '#EADE74'

red 234 ◦ green 222 ◦ blue 116

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

Shades of Wild Rice #EADE74

Tints of Wild Rice #EADE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 40.91%
G = 38.81%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EADE74 (or 0xEADE74) is known color: Wild Rice. HEX triplet: EA, DE and 74. RGB value is (234,222,116). Sum of RGB (Red+Green+Blue) = 234+222+116=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE74 is #15218B. Grayscale: #D5D5D5. Windows color (decimal): -1384844 or 7659242. OLE color: 7659242.

HSL color Cylindrical-coordinate representation of color #EADE74: hue angle of 53.9º 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 #EADE74 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 116 -
CMYK 0 0.05 0.50 0.08
HSL 53.9º 0.74% 0.69% -
HSV(B) 53.9º 0.5% 0.92% -
XYZ 63.21 71 26.9 -
YUV 213.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 234 222 116 0 0.05 0.50 0.08 53.9 0.74 0.69
Hex EA DE 74 0 5 32 8 36 4A 45
Octal 352 336 164 0 5 62 10 66 112 105
Binary 11101010 11011110 1110100 0 101 110010 1000 110110 1001010 1000101

Color Harmonies of #EADE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE74

Black with #EADE74

Text Example


Text Example

White with #EADE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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