Html Css Color HEX #EAD970 Wild Rice

📋 copy color: '#EAD970'

red 234 ◦ green 217 ◦ blue 112

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

Shades of Wild Rice #EAD970

Tints of Wild Rice #EAD970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

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

R = 41.56%
G = 38.54%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAD970 (or 0xEAD970) is known color: Wild Rice. HEX triplet: EA, D9 and 70. RGB value is (234,217,112). Sum of RGB (Red+Green+Blue) = 234+217+112=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD970 is #15268F. Grayscale: #D2D2D2. Windows color (decimal): -1386128 or 7395818. OLE color: 7395818.

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

Color convert

RGB 234 217 112 -
CMYK 0 0.07 0.52 0.08
HSL 51.64º 0.74% 0.68% -
HSV(B) 51.64º 0.52% 0.92% -
XYZ 61.67 68.29 25.26 -
YUV 210.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 234 217 112 0 0.07 0.52 0.08 51.64 0.74 0.68
Hex EA D9 70 0 7 34 8 34 4A 44
Octal 352 331 160 0 7 64 10 64 112 104
Binary 11101010 11011001 1110000 0 111 110100 1000 110100 1001010 1000100

Color Harmonies of #EAD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD970

Black with #EAD970

Text Example


Text Example

White with #EAD970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD970; }

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

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

background-color css

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

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

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

border-color css

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

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

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