Html Css Color HEX #E9DD72 Wild Rice

📋 copy color: '#E9DD72'

red 233 ◦ green 221 ◦ blue 114

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

Shades of Wild Rice #E9DD72

Tints of Wild Rice #E9DD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

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

R = 41.02%
G = 38.91%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E9DD72 (or 0xE9DD72) is known color: Wild Rice. HEX triplet: E9, DD and 72. RGB value is (233,221,114). Sum of RGB (Red+Green+Blue) = 233+221+114=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DD72 is #16228D. Grayscale: #D4D4D4. Windows color (decimal): -1450638 or 7527913. OLE color: 7527913.

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

Color convert

RGB 233 221 114 -
CMYK 0 0.05 0.51 0.09
HSL 53.95º 0.73% 0.68% -
HSV(B) 53.95º 0.51% 0.91% -
XYZ 62.5 70.25 26.19 -
YUV 212.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 233 221 114 0 0.05 0.51 0.09 53.95 0.73 0.68
Hex E9 DD 72 0 5 33 9 36 49 44
Octal 351 335 162 0 5 63 11 66 111 104
Binary 11101001 11011101 1110010 0 101 110011 1001 110110 1001001 1000100

Color Harmonies of #E9DD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DD72

Black with #E9DD72

Text Example


Text Example

White with #E9DD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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