Html Css Color HEX #E5D970 Wild Rice

📋 copy color: '#E5D970'

red 229 ◦ green 217 ◦ blue 112

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

Shades of Wild Rice #E5D970

Tints of Wild Rice #E5D970

RGB

 RED value IS 229 (89.84% from 255) = 41.04%

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

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

R = 41.04%
G = 38.89%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E5D970 (or 0xE5D970) is known color: Wild Rice. HEX triplet: E5, D9 and 70. RGB value is (229,217,112). Sum of RGB (Red+Green+Blue) = 229+217+112=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D970 is #1A268F. Grayscale: #D1D1D1. Windows color (decimal): -1713808 or 7395813. OLE color: 7395813.

HSL color Cylindrical-coordinate representation of color #E5D970: hue angle of 53.85º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5D970 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 112 -
CMYK 0 0.05 0.51 0.10
HSL 53.85º 0.69% 0.67% -
HSV(B) 53.85º 0.51% 0.9% -
XYZ 60.05 67.45 25.18 -
YUV 208.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 229 217 112 0 0.05 0.51 0.10 53.85 0.69 0.67
Hex E5 D9 70 0 5 33 A 36 45 43
Octal 345 331 160 0 5 63 12 66 105 103
Binary 11100101 11011001 1110000 0 101 110011 1010 110110 1000101 1000011

Color Harmonies of #E5D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D970

Black with #E5D970

Text Example


Text Example

White with #E5D970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D970; }

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

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

background-color css

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

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

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

border-color css

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

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

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