Html Css Color HEX #E8CE75 Wild Rice

📋 copy color: '#E8CE75'

red 232 ◦ green 206 ◦ blue 117

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

Shades of Wild Rice #E8CE75

Tints of Wild Rice #E8CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 41.8%
G = 37.12%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E8CE75 (or 0xE8CE75) is known color: Wild Rice. HEX triplet: E8, CE and 75. RGB value is (232,206,117). Sum of RGB (Red+Green+Blue) = 232+206+117=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CE75 is #17318A. Grayscale: #CCCCCC. Windows color (decimal): -1520011 or 7720680. OLE color: 7720680.

HSL color Cylindrical-coordinate representation of color #E8CE75: hue angle of 46.43º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8CE75 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 206 117 -
CMYK 0 0.11 0.50 0.09
HSL 46.43º 0.71% 0.68% -
HSV(B) 46.43º 0.5% 0.91% -
XYZ 58.56 62.58 25.82 -
YUV 203.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 232 206 117 0 0.11 0.50 0.09 46.43 0.71 0.68
Hex E8 CE 75 0 B 32 9 2E 47 44
Octal 350 316 165 0 13 62 11 56 107 104
Binary 11101000 11001110 1110101 0 1011 110010 1001 101110 1000111 1000100

Color Harmonies of #E8CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CE75

Black with #E8CE75

Text Example


Text Example

White with #E8CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CE75; }

 p { color: rgb(232,206,117); }

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

background-color css

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

 a { background-color: rgb(232,206,117); }

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

border-color css

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

 span { border-color: rgb(232,206,117); }

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