Html Css Color HEX #EAD470 Wild Rice

📋 copy color: '#EAD470'

red 234 ◦ green 212 ◦ blue 112

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

Shades of Wild Rice #EAD470

Tints of Wild Rice #EAD470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.99%

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

R = 41.94%
G = 37.99%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD470 (or 0xEAD470) is known color: Wild Rice. HEX triplet: EA, D4 and 70. RGB value is (234,212,112). Sum of RGB (Red+Green+Blue) = 234+212+112=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD470 is #152B8F. Grayscale: #CFCFCF. Windows color (decimal): -1387408 or 7394538. OLE color: 7394538.

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

Color convert

RGB 234 212 112 -
CMYK 0 0.09 0.52 0.08
HSL 49.18º 0.74% 0.68% -
HSV(B) 49.18º 0.52% 0.92% -
XYZ 60.4 65.75 24.84 -
YUV 207.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 234 212 112 0 0.09 0.52 0.08 49.18 0.74 0.68
Hex EA D4 70 0 9 34 8 31 4A 44
Octal 352 324 160 0 11 64 10 61 112 104
Binary 11101010 11010100 1110000 0 1001 110100 1000 110001 1001010 1000100

Color Harmonies of #EAD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD470

Black with #EAD470

Text Example


Text Example

White with #EAD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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