Html Css Color HEX #E7DB9A Primrose

📋 copy color: '#E7DB9A'

red 231 ◦ green 219 ◦ blue 154

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

Shades of Primrose #E7DB9A

Tints of Primrose #E7DB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 38.25%
G = 36.26%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7DB9A (or 0xE7DB9A) is known color: Primrose. HEX triplet: E7, DB and 9A. RGB value is (231,219,154). Sum of RGB (Red+Green+Blue) = 231+219+154=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB9A is #182465. Grayscale: #D7D7D7. Windows color (decimal): -1582182 or 10148839. OLE color: 10148839.

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

Color convert

RGB 231 219 154 -
CMYK 0 0.05 0.33 0.09
HSL 50.65º 0.62% 0.75% -
HSV(B) 50.65º 0.33% 0.91% -
XYZ 64.12 69.99 40.7 -
YUV 215.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 231 219 154 0 0.05 0.33 0.09 50.65 0.62 0.75
Hex E7 DB 9A 0 5 21 9 33 3E 4B
Octal 347 333 232 0 5 41 11 63 76 113
Binary 11100111 11011011 10011010 0 101 100001 1001 110011 111110 1001011

Color Harmonies of #E7DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DB9A

Black with #E7DB9A

Text Example


Text Example

White with #E7DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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