Html Css Color HEX #E9D672 Wild Rice

📋 copy color: '#E9D672'

red 233 ◦ green 214 ◦ blue 114

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

Shades of Wild Rice #E9D672

Tints of Wild Rice #E9D672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 114 (44.92% from 255) = 20.32%

R = 41.53%
G = 38.15%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E9D672 (or 0xE9D672) is known color: Wild Rice. HEX triplet: E9, D6 and 72. RGB value is (233,214,114). Sum of RGB (Red+Green+Blue) = 233+214+114=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D672 is #16298D. Grayscale: #D0D0D0. Windows color (decimal): -1452430 or 7526121. OLE color: 7526121.

HSL color Cylindrical-coordinate representation of color #E9D672: hue angle of 50.42º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9D672 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 214 114 -
CMYK 0 0.08 0.51 0.09
HSL 50.42º 0.73% 0.68% -
HSV(B) 50.42º 0.51% 0.91% -
XYZ 60.69 66.63 25.58 -
YUV 208.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 233 214 114 0 0.08 0.51 0.09 50.42 0.73 0.68
Hex E9 D6 72 0 8 33 9 32 49 44
Octal 351 326 162 0 10 63 11 62 111 104
Binary 11101001 11010110 1110010 0 1000 110011 1001 110010 1001001 1000100

Color Harmonies of #E9D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D672

Black with #E9D672

Text Example


Text Example

White with #E9D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D672; }

 p { color: rgb(233,214,114); }

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

background-color css

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

 a { background-color: rgb(233,214,114); }

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

border-color css

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

 span { border-color: rgb(233,214,114); }

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