Html Css Color HEX #E9DB75 Wild Rice

📋 copy color: '#E9DB75'

red 233 ◦ green 219 ◦ blue 117

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

Shades of Wild Rice #E9DB75

Tints of Wild Rice #E9DB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

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

R = 40.95%
G = 38.49%
B = 20.56%

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

#E9DB75 (or 0xE9DB75) is known color: Wild Rice. HEX triplet: E9, DB and 75. RGB value is (233,219,117). Sum of RGB (Red+Green+Blue) = 233+219+117=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB75 is #16248A. Grayscale: #D3D3D3. Windows color (decimal): -1451147 or 7724009. OLE color: 7724009.

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

Color convert

RGB 233 219 117 -
CMYK 0 0.06 0.50 0.09
HSL 52.76º 0.73% 0.69% -
HSV(B) 52.76º 0.5% 0.91% -
XYZ 62.15 69.27 26.92 -
YUV 211.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 233 219 117 0 0.06 0.50 0.09 52.76 0.73 0.69
Hex E9 DB 75 0 6 32 9 35 48 45
Octal 351 333 165 0 6 62 11 65 110 105
Binary 11101001 11011011 1110101 0 110 110010 1001 110101 1001000 1000101

Color Harmonies of #E9DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DB75

Black with #E9DB75

Text Example


Text Example

White with #E9DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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