Html Css Color HEX #E8DC75 Wild Rice

📋 copy color: '#E8DC75'

red 232 ◦ green 220 ◦ blue 117

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

Shades of Wild Rice #E8DC75

Tints of Wild Rice #E8DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

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

R = 40.77%
G = 38.66%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E8DC75 (or 0xE8DC75) is known color: Wild Rice. HEX triplet: E8, DC and 75. RGB value is (232,220,117). Sum of RGB (Red+Green+Blue) = 232+220+117=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DC75 is #17238A. Grayscale: #D4D4D4. Windows color (decimal): -1516427 or 7724264. OLE color: 7724264.

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

Color convert

RGB 232 220 117 -
CMYK 0 0.05 0.50 0.09
HSL 53.74º 0.71% 0.68% -
HSV(B) 53.74º 0.5% 0.91% -
XYZ 62.08 69.63 27 -
YUV 211.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 232 220 117 0 0.05 0.50 0.09 53.74 0.71 0.68
Hex E8 DC 75 0 5 32 9 36 47 44
Octal 350 334 165 0 5 62 11 66 107 104
Binary 11101000 11011100 1110101 0 101 110010 1001 110110 1000111 1000100

Color Harmonies of #E8DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC75

Black with #E8DC75

Text Example


Text Example

White with #E8DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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