Html Css Color HEX #EAD570 Wild Rice

📋 copy color: '#EAD570'

red 234 ◦ green 213 ◦ blue 112

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

Shades of Wild Rice #EAD570

Tints of Wild Rice #EAD570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.1%

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

R = 41.86%
G = 38.1%
B = 20.04%

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

#EAD570 (or 0xEAD570) is known color: Wild Rice. HEX triplet: EA, D5 and 70. RGB value is (234,213,112). Sum of RGB (Red+Green+Blue) = 234+213+112=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD570 is #152A8F. Grayscale: #D0D0D0. Windows color (decimal): -1387152 or 7394794. OLE color: 7394794.

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

Color convert

RGB 234 213 112 -
CMYK 0 0.09 0.52 0.08
HSL 49.67º 0.74% 0.68% -
HSV(B) 49.67º 0.52% 0.92% -
XYZ 60.65 66.25 24.92 -
YUV 207.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 234 213 112 0 0.09 0.52 0.08 49.67 0.74 0.68
Hex EA D5 70 0 9 34 8 32 4A 44
Octal 352 325 160 0 11 64 10 62 112 104
Binary 11101010 11010101 1110000 0 1001 110100 1000 110010 1001010 1000100

Color Harmonies of #EAD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD570

Black with #EAD570

Text Example


Text Example

White with #EAD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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