Html Css Color HEX #E9DD75 Wild Rice

📋 copy color: '#E9DD75'

red 233 ◦ green 221 ◦ blue 117

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

Shades of Wild Rice #E9DD75

Tints of Wild Rice #E9DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.49%

R = 40.81%
G = 38.7%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E9DD75 (or 0xE9DD75) is known color: Wild Rice. HEX triplet: E9, DD and 75. RGB value is (233,221,117). Sum of RGB (Red+Green+Blue) = 233+221+117=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DD75 is #16228A. Grayscale: #D5D5D5. Windows color (decimal): -1450635 or 7724521. OLE color: 7724521.

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

Color convert

RGB 233 221 117 -
CMYK 0 0.05 0.50 0.09
HSL 53.79º 0.73% 0.69% -
HSV(B) 53.79º 0.5% 0.91% -
XYZ 62.67 70.32 27.1 -
YUV 212.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 233 221 117 0 0.05 0.50 0.09 53.79 0.73 0.69
Hex E9 DD 75 0 5 32 9 36 48 45
Octal 351 335 165 0 5 62 11 66 110 105
Binary 11101001 11011101 1110101 0 101 110010 1001 110110 1001000 1000101

Color Harmonies of #E9DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DD75

Black with #E9DD75

Text Example


Text Example

White with #E9DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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