Html Css Color HEX #E8CF75 Wild Rice

📋 copy color: '#E8CF75'

red 232 ◦ green 207 ◦ blue 117

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

Shades of Wild Rice #E8CF75

Tints of Wild Rice #E8CF75

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.23%

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

R = 41.73%
G = 37.23%
B = 21.04%

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

#E8CF75 (or 0xE8CF75) is known color: Wild Rice. HEX triplet: E8, CF and 75. RGB value is (232,207,117). Sum of RGB (Red+Green+Blue) = 232+207+117=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF75 is #17308A. Grayscale: #CCCCCC. Windows color (decimal): -1519755 or 7720936. OLE color: 7720936.

HSL color Cylindrical-coordinate representation of color #E8CF75: hue angle of 46.96º 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 #E8CF75 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 207 117 -
CMYK 0 0.11 0.50 0.09
HSL 46.96º 0.71% 0.68% -
HSV(B) 46.96º 0.5% 0.91% -
XYZ 58.8 63.07 25.9 -
YUV 204.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 232 207 117 0 0.11 0.50 0.09 46.96 0.71 0.68
Hex E8 CF 75 0 B 32 9 2F 47 44
Octal 350 317 165 0 13 62 11 57 107 104
Binary 11101000 11001111 1110101 0 1011 110010 1001 101111 1000111 1000100

Color Harmonies of #E8CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CF75

Black with #E8CF75

Text Example


Text Example

White with #E8CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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