Html Css Color HEX #E7DB95 Primrose

📋 copy color: '#E7DB95'

red 231 ◦ green 219 ◦ blue 149

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

Shades of Primrose #E7DB95

Tints of Primrose #E7DB95

RGB

 RED value IS 231 (90.63% from 255) = 38.56%

 GREEN value IS 219 (85.94% from 255) = 36.56%

 BLUE value IS 149 (58.59% from 255) = 24.87%

R = 38.56%
G = 36.56%
B = 24.87%

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

#E7DB95 (or 0xE7DB95) is known color: Primrose. HEX triplet: E7, DB and 95. RGB value is (231,219,149). Sum of RGB (Red+Green+Blue) = 231+219+149=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB95 is #18246A. Grayscale: #D6D6D6. Windows color (decimal): -1582187 or 9821159. OLE color: 9821159.

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

Color convert

RGB 231 219 149 -
CMYK 0 0.05 0.35 0.09
HSL 51.22º 0.63% 0.75% -
HSV(B) 51.22º 0.35% 0.91% -
XYZ 63.71 69.82 38.55 -
YUV 214.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 231 219 149 0 0.05 0.35 0.09 51.22 0.63 0.75
Hex E7 DB 95 0 5 23 9 33 3F 4B
Octal 347 333 225 0 5 43 11 63 77 113
Binary 11100111 11011011 10010101 0 101 100011 1001 110011 111111 1001011

Color Harmonies of #E7DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DB95

Black with #E7DB95

Text Example


Text Example

White with #E7DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DB95; }

 p { color: rgb(231,219,149); }

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

background-color css

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

 a { background-color: rgb(231,219,149); }

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

border-color css

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

 span { border-color: rgb(231,219,149); }

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