Html Css Color HEX #E9D570 Wild Rice

📋 copy color: '#E9D570'

red 233 ◦ green 213 ◦ blue 112

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

Shades of Wild Rice #E9D570

Tints of Wild Rice #E9D570

RGB

 RED value IS 233 (91.41% from 255) = 41.76%

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

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

R = 41.76%
G = 38.17%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E9D570 (or 0xE9D570) is known color: Wild Rice. HEX triplet: E9, D5 and 70. RGB value is (233,213,112). Sum of RGB (Red+Green+Blue) = 233+213+112=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D570 is #162A8F. Grayscale: #CFCFCF. Windows color (decimal): -1452688 or 7394793. OLE color: 7394793.

HSL color Cylindrical-coordinate representation of color #E9D570: hue angle of 50.08º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9D570 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 213 112 -
CMYK 0 0.09 0.52 0.09
HSL 50.08º 0.73% 0.68% -
HSV(B) 50.08º 0.52% 0.91% -
XYZ 60.32 66.08 24.9 -
YUV 207.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 233 213 112 0 0.09 0.52 0.09 50.08 0.73 0.68
Hex E9 D5 70 0 9 34 9 32 49 44
Octal 351 325 160 0 11 64 11 62 111 104
Binary 11101001 11010101 1110000 0 1001 110100 1001 110010 1001001 1000100

Color Harmonies of #E9D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D570

Black with #E9D570

Text Example


Text Example

White with #E9D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D570; }

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

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

background-color css

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

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

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

border-color css

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

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

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