Html Css Color HEX #E8DB72 Wild Rice

📋 copy color: '#E8DB72'

red 232 ◦ green 219 ◦ blue 114

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

Shades of Wild Rice #E8DB72

Tints of Wild Rice #E8DB72

RGB

 RED value IS 232 (91.02% from 255) = 41.06%

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

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

R = 41.06%
G = 38.76%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8DB72 (or 0xE8DB72) is known color: Wild Rice. HEX triplet: E8, DB and 72. RGB value is (232,219,114). Sum of RGB (Red+Green+Blue) = 232+219+114=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DB72 is #17248D. Grayscale: #D3D3D3. Windows color (decimal): -1516686 or 7527400. OLE color: 7527400.

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

Color convert

RGB 232 219 114 -
CMYK 0 0.06 0.51 0.09
HSL 53.39º 0.72% 0.68% -
HSV(B) 53.39º 0.51% 0.91% -
XYZ 61.65 69.03 26 -
YUV 210.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 232 219 114 0 0.06 0.51 0.09 53.39 0.72 0.68
Hex E8 DB 72 0 6 33 9 35 48 44
Octal 350 333 162 0 6 63 11 65 110 104
Binary 11101000 11011011 1110010 0 110 110011 1001 110101 1001000 1000100

Color Harmonies of #E8DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DB72

Black with #E8DB72

Text Example


Text Example

White with #E8DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DB72; }

 p { color: rgb(232,219,114); }

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

background-color css

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

 a { background-color: rgb(232,219,114); }

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

border-color css

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

 span { border-color: rgb(232,219,114); }

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