Html Css Color HEX #E8D67C Wild Rice

📋 copy color: '#E8D67C'

red 232 ◦ green 214 ◦ blue 124

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

Shades of Wild Rice #E8D67C

Tints of Wild Rice #E8D67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.75%

R = 40.7%
G = 37.54%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8D67C (or 0xE8D67C) is known color: Wild Rice. HEX triplet: E8, D6 and 7C. RGB value is (232,214,124). Sum of RGB (Red+Green+Blue) = 232+214+124=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D67C is #172983. Grayscale: #D1D1D1. Windows color (decimal): -1517956 or 8181480. OLE color: 8181480.

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

Color convert

RGB 232 214 124 -
CMYK 0 0.08 0.47 0.09
HSL 50º 0.7% 0.7% -
HSV(B) 50º 0.47% 0.91% -
XYZ 60.96 66.7 28.73 -
YUV 209.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 232 214 124 0 0.08 0.47 0.09 50 0.7 0.7
Hex E8 D6 7C 0 8 2F 9 32 46 46
Octal 350 326 174 0 10 57 11 62 106 106
Binary 11101000 11010110 1111100 0 1000 101111 1001 110010 1000110 1000110

Color Harmonies of #E8D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D67C

Black with #E8D67C

Text Example


Text Example

White with #E8D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D67C; }

 p { color: rgb(232,214,124); }

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

background-color css

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

 a { background-color: rgb(232,214,124); }

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

border-color css

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

 span { border-color: rgb(232,214,124); }

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