Html Css Color HEX #E9DC75 Wild Rice

📋 copy color: '#E9DC75'

red 233 ◦ green 220 ◦ blue 117

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

Shades of Wild Rice #E9DC75

Tints of Wild Rice #E9DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

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

R = 40.88%
G = 38.6%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E9DC75 (or 0xE9DC75) is known color: Wild Rice. HEX triplet: E9, DC and 75. RGB value is (233,220,117). Sum of RGB (Red+Green+Blue) = 233+220+117=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC75 is #16238A. Grayscale: #D4D4D4. Windows color (decimal): -1450891 or 7724265. OLE color: 7724265.

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

Color convert

RGB 233 220 117 -
CMYK 0 0.06 0.50 0.09
HSL 53.28º 0.73% 0.69% -
HSV(B) 53.28º 0.5% 0.91% -
XYZ 62.41 69.79 27.01 -
YUV 212.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 233 220 117 0 0.06 0.50 0.09 53.28 0.73 0.69
Hex E9 DC 75 0 6 32 9 35 48 45
Octal 351 334 165 0 6 62 11 65 110 105
Binary 11101001 11011100 1110101 0 110 110010 1001 110101 1001000 1000101

Color Harmonies of #E9DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DC75

Black with #E9DC75

Text Example


Text Example

White with #E9DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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