Html Css Color HEX #E6DC97 Primrose

📋 copy color: '#E6DC97'

red 230 ◦ green 220 ◦ blue 151

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

Shades of Primrose #E6DC97

Tints of Primrose #E6DC97

RGB

 RED value IS 230 (90.23% from 255) = 38.27%

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

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

R = 38.27%
G = 36.61%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E6DC97 (or 0xE6DC97) is known color: Primrose. HEX triplet: E6, DC and 97. RGB value is (230,220,151). Sum of RGB (Red+Green+Blue) = 230+220+151=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DC97 is #192368. Grayscale: #D7D7D7. Windows color (decimal): -1647465 or 9952486. OLE color: 9952486.

HSL color Cylindrical-coordinate representation of color #E6DC97: hue angle of 52.41º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6DC97 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 151 -
CMYK 0 0.04 0.34 0.10
HSL 52.41º 0.61% 0.75% -
HSV(B) 52.41º 0.34% 0.9% -
XYZ 63.81 70.24 39.47 -
YUV 215.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 230 220 151 0 0.04 0.34 0.10 52.41 0.61 0.75
Hex E6 DC 97 0 4 22 A 34 3D 4B
Octal 346 334 227 0 4 42 12 64 75 113
Binary 11100110 11011100 10010111 0 100 100010 1010 110100 111101 1001011

Color Harmonies of #E6DC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC97

Black with #E6DC97

Text Example


Text Example

White with #E6DC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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