Html Css Color HEX #E8D075 Wild Rice

📋 copy color: '#E8D075'

red 232 ◦ green 208 ◦ blue 117

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

Shades of Wild Rice #E8D075

Tints of Wild Rice #E8D075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.34%

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

R = 41.65%
G = 37.34%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E8D075 (or 0xE8D075) is known color: Wild Rice. HEX triplet: E8, D0 and 75. RGB value is (232,208,117). Sum of RGB (Red+Green+Blue) = 232+208+117=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D075 is #172F8A. Grayscale: #CDCDCD. Windows color (decimal): -1519499 or 7721192. OLE color: 7721192.

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

Color convert

RGB 232 208 117 -
CMYK 0 0.10 0.50 0.09
HSL 47.48º 0.71% 0.68% -
HSV(B) 47.48º 0.5% 0.91% -
XYZ 59.05 63.55 25.98 -
YUV 204.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 232 208 117 0 0.10 0.50 0.09 47.48 0.71 0.68
Hex E8 D0 75 0 A 32 9 2F 47 44
Octal 350 320 165 0 12 62 11 57 107 104
Binary 11101000 11010000 1110101 0 1010 110010 1001 101111 1000111 1000100

Color Harmonies of #E8D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D075

Black with #E8D075

Text Example


Text Example

White with #E8D075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D075; }

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

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

background-color css

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

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

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

border-color css

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

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

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