Html Css Color HEX #E9D972 Wild Rice

📋 copy color: '#E9D972'

red 233 ◦ green 217 ◦ blue 114

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

Shades of Wild Rice #E9D972

Tints of Wild Rice #E9D972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 41.31%
G = 38.48%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E9D972 (or 0xE9D972) is known color: Wild Rice. HEX triplet: E9, D9 and 72. RGB value is (233,217,114). Sum of RGB (Red+Green+Blue) = 233+217+114=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D972 is #16268D. Grayscale: #D2D2D2. Windows color (decimal): -1451662 or 7526889. OLE color: 7526889.

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

Color convert

RGB 233 217 114 -
CMYK 0 0.07 0.51 0.09
HSL 51.93º 0.73% 0.68% -
HSV(B) 51.93º 0.51% 0.91% -
XYZ 61.45 68.16 25.84 -
YUV 210.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 233 217 114 0 0.07 0.51 0.09 51.93 0.73 0.68
Hex E9 D9 72 0 7 33 9 34 49 44
Octal 351 331 162 0 7 63 11 64 111 104
Binary 11101001 11011001 1110010 0 111 110011 1001 110100 1001001 1000100

Color Harmonies of #E9D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D972

Black with #E9D972

Text Example


Text Example

White with #E9D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D972; }

 p { color: rgb(233,217,114); }

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

background-color css

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

 a { background-color: rgb(233,217,114); }

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

border-color css

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

 span { border-color: rgb(233,217,114); }

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