Html Css Color HEX #EADC70 Wild Rice

📋 copy color: '#EADC70'

red 234 ◦ green 220 ◦ blue 112

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

Shades of Wild Rice #EADC70

Tints of Wild Rice #EADC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.87%

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 41.34%
G = 38.87%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EADC70 (or 0xEADC70) is known color: Wild Rice. HEX triplet: EA, DC and 70. RGB value is (234,220,112). Sum of RGB (Red+Green+Blue) = 234+220+112=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC70 is #15238F. Grayscale: #D4D4D4. Windows color (decimal): -1385360 or 7396586. OLE color: 7396586.

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

Color convert

RGB 234 220 112 -
CMYK 0 0.06 0.52 0.08
HSL 53.11º 0.74% 0.68% -
HSV(B) 53.11º 0.52% 0.92% -
XYZ 62.45 69.85 25.52 -
YUV 211.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 234 220 112 0 0.06 0.52 0.08 53.11 0.74 0.68
Hex EA DC 70 0 6 34 8 35 4A 44
Octal 352 334 160 0 6 64 10 65 112 104
Binary 11101010 11011100 1110000 0 110 110100 1000 110101 1001010 1000100

Color Harmonies of #EADC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC70

Black with #EADC70

Text Example


Text Example

White with #EADC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC70; }

 p { color: rgb(234,220,112); }

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

background-color css

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

 a { background-color: rgb(234,220,112); }

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

border-color css

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

 span { border-color: rgb(234,220,112); }

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