Html Css Color HEX #E9D078 Wild Rice

📋 copy color: '#E9D078'

red 233 ◦ green 208 ◦ blue 120

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

Shades of Wild Rice #E9D078

Tints of Wild Rice #E9D078

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

 BLUE value IS 120 (47.27% from 255) = 21.39%

R = 41.53%
G = 37.08%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9D078 (or 0xE9D078) is known color: Wild Rice. HEX triplet: E9, D0 and 78. RGB value is (233,208,120). Sum of RGB (Red+Green+Blue) = 233+208+120=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D078 is #162F87. Grayscale: #CDCDCD. Windows color (decimal): -1453960 or 7917801. OLE color: 7917801.

HSL color Cylindrical-coordinate representation of color #E9D078: hue angle of 46.73º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9D078 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 208 120 -
CMYK 0 0.11 0.48 0.09
HSL 46.73º 0.72% 0.69% -
HSV(B) 46.73º 0.48% 0.91% -
XYZ 59.55 63.79 26.94 -
YUV 205.44 79.78 147.66 -
System Red Green Blue C M Y K H S L
Decimal 233 208 120 0 0.11 0.48 0.09 46.73 0.72 0.69
Hex E9 D0 78 0 B 30 9 2F 48 45
Octal 351 320 170 0 13 60 11 57 110 105
Binary 11101001 11010000 1111000 0 1011 110000 1001 101111 1001000 1000101

Color Harmonies of #E9D078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D078

Black with #E9D078

Text Example


Text Example

White with #E9D078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D078; }

 p { color: rgb(233,208,120); }

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

background-color css

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

 a { background-color: rgb(233,208,120); }

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

border-color css

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

 span { border-color: rgb(233,208,120); }

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