Html Css Color HEX #E1DB98 Primrose

📋 copy color: '#E1DB98'

red 225 ◦ green 219 ◦ blue 152

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

Shades of Primrose #E1DB98

Tints of Primrose #E1DB98

RGB

 RED value IS 225 (88.28% from 255) = 37.75%

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

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 37.75%
G = 36.74%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1DB98 (or 0xE1DB98) is known color: Primrose. HEX triplet: E1, DB and 98. RGB value is (225,219,152). Sum of RGB (Red+Green+Blue) = 225+219+152=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB98 is #1E2467. Grayscale: #D5D5D5. Windows color (decimal): -1975400 or 10017761. OLE color: 10017761.

HSL color Cylindrical-coordinate representation of color #E1DB98: hue angle of 55.07º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1DB98 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 152 -
CMYK 0 0.03 0.32 0.12
HSL 55.07º 0.55% 0.74% -
HSV(B) 55.07º 0.32% 0.88% -
XYZ 62.05 68.94 39.74 -
YUV 213.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 225 219 152 0 0.03 0.32 0.12 55.07 0.55 0.74
Hex E1 DB 98 0 3 20 C 37 37 4A
Octal 341 333 230 0 3 40 14 67 67 112
Binary 11100001 11011011 10011000 0 11 100000 1100 110111 110111 1001010

Color Harmonies of #E1DB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB98

Black with #E1DB98

Text Example


Text Example

White with #E1DB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB98; }

 p { color: rgb(225,219,152); }

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

background-color css

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

 a { background-color: rgb(225,219,152); }

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

border-color css

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

 span { border-color: rgb(225,219,152); }

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