Html Css Color HEX #E7DB8C Primrose

📋 copy color: '#E7DB8C'

red 231 ◦ green 219 ◦ blue 140

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

Shades of Primrose #E7DB8C

Tints of Primrose #E7DB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.73%

R = 39.15%
G = 37.12%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E7DB8C (or 0xE7DB8C) is known color: Primrose. HEX triplet: E7, DB and 8C. RGB value is (231,219,140). Sum of RGB (Red+Green+Blue) = 231+219+140=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DB8C is #182473. Grayscale: #D5D5D5. Windows color (decimal): -1582196 or 9231335. OLE color: 9231335.

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

Color convert

RGB 231 219 140 -
CMYK 0 0.05 0.39 0.09
HSL 52.09º 0.65% 0.73% -
HSV(B) 52.09º 0.39% 0.91% -
XYZ 63.02 69.55 34.91 -
YUV 213.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 231 219 140 0 0.05 0.39 0.09 52.09 0.65 0.73
Hex E7 DB 8C 0 5 27 9 34 41 49
Octal 347 333 214 0 5 47 11 64 101 111
Binary 11100111 11011011 10001100 0 101 100111 1001 110100 1000001 1001001

Color Harmonies of #E7DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DB8C

Black with #E7DB8C

Text Example


Text Example

White with #E7DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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