Html Css Color HEX #E9DF72 Wild Rice

📋 copy color: '#E9DF72'

red 233 ◦ green 223 ◦ blue 114

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

Shades of Wild Rice #E9DF72

Tints of Wild Rice #E9DF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

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

R = 40.88%
G = 39.12%
B = 20%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E9DF72 (or 0xE9DF72) is known color: Wild Rice. HEX triplet: E9, DF and 72. RGB value is (233,223,114). Sum of RGB (Red+Green+Blue) = 233+223+114=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF72 is #16208D. Grayscale: #D6D6D6. Windows color (decimal): -1450126 or 7528425. OLE color: 7528425.

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

Color convert

RGB 233 223 114 -
CMYK 0 0.04 0.51 0.09
HSL 54.96º 0.73% 0.68% -
HSV(B) 54.96º 0.51% 0.91% -
XYZ 63.03 71.31 26.36 -
YUV 213.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 233 223 114 0 0.04 0.51 0.09 54.96 0.73 0.68
Hex E9 DF 72 0 4 33 9 37 49 44
Octal 351 337 162 0 4 63 11 67 111 104
Binary 11101001 11011111 1110010 0 100 110011 1001 110111 1001001 1000100

Color Harmonies of #E9DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DF72

Black with #E9DF72

Text Example


Text Example

White with #E9DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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