Html Css Color HEX #E8DC97 Primrose

📋 copy color: '#E8DC97'

red 232 ◦ green 220 ◦ blue 151

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

Shades of Primrose #E8DC97

Tints of Primrose #E8DC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.04%

R = 38.47%
G = 36.48%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E8DC97 (or 0xE8DC97) is known color: Primrose. HEX triplet: E8, DC and 97. RGB value is (232,220,151). Sum of RGB (Red+Green+Blue) = 232+220+151=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC97 is #172368. Grayscale: #D8D8D8. Windows color (decimal): -1516393 or 9952488. OLE color: 9952488.

HSL color Cylindrical-coordinate representation of color #E8DC97: hue angle of 51.11º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8DC97 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 151 -
CMYK 0 0.05 0.35 0.09
HSL 51.11º 0.64% 0.75% -
HSV(B) 51.11º 0.35% 0.91% -
XYZ 64.46 70.58 39.5 -
YUV 215.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 232 220 151 0 0.05 0.35 0.09 51.11 0.64 0.75
Hex E8 DC 97 0 5 23 9 33 40 4B
Octal 350 334 227 0 5 43 11 63 100 113
Binary 11101000 11011100 10010111 0 101 100011 1001 110011 1000000 1001011

Color Harmonies of #E8DC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC97

Black with #E8DC97

Text Example


Text Example

White with #E8DC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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