Html Css Color HEX #E9D07A Wild Rice

📋 copy color: '#E9D07A'

red 233 ◦ green 208 ◦ blue 122

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

Shades of Wild Rice #E9D07A

Tints of Wild Rice #E9D07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.67%

R = 41.39%
G = 36.94%
B = 21.67%

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

#E9D07A (or 0xE9D07A) is known color: Wild Rice. HEX triplet: E9, D0 and 7A. RGB value is (233,208,122). Sum of RGB (Red+Green+Blue) = 233+208+122=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D07A is #162F85. Grayscale: #CECECE. Windows color (decimal): -1453958 or 8048873. OLE color: 8048873.

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

Color convert

RGB 233 208 122 -
CMYK 0 0.11 0.48 0.09
HSL 46.49º 0.72% 0.7% -
HSV(B) 46.49º 0.48% 0.91% -
XYZ 59.67 63.84 27.59 -
YUV 205.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 233 208 122 0 0.11 0.48 0.09 46.49 0.72 0.7
Hex E9 D0 7A 0 B 30 9 2E 48 46
Octal 351 320 172 0 13 60 11 56 110 106
Binary 11101001 11010000 1111010 0 1011 110000 1001 101110 1001000 1000110

Color Harmonies of #E9D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D07A

Black with #E9D07A

Text Example


Text Example

White with #E9D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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