Html Css Color HEX #E0DB98 Primrose

📋 copy color: '#E0DB98'

red 224 ◦ green 219 ◦ blue 152

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

Shades of Primrose #E0DB98

Tints of Primrose #E0DB98

RGB

 RED value IS 224 (87.89% from 255) = 37.65%

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

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

R = 37.65%
G = 36.81%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E0DB98 (or 0xE0DB98) is known color: Primrose. HEX triplet: E0, DB and 98. RGB value is (224,219,152). Sum of RGB (Red+Green+Blue) = 224+219+152=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB98 is #1F2467. Grayscale: #D5D5D5. Windows color (decimal): -2040936 or 10017760. OLE color: 10017760.

HSL color Cylindrical-coordinate representation of color #E0DB98: hue angle of 55.83º degrees, saturation: 0.54, 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 #E0DB98 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 152 -
CMYK 0 0.02 0.32 0.12
HSL 55.83º 0.54% 0.74% -
HSV(B) 55.83º 0.32% 0.88% -
XYZ 61.74 68.78 39.73 -
YUV 212.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 224 219 152 0 0.02 0.32 0.12 55.83 0.54 0.74
Hex E0 DB 98 0 2 20 C 38 36 4A
Octal 340 333 230 0 2 40 14 70 66 112
Binary 11100000 11011011 10011000 0 10 100000 1100 111000 110110 1001010

Color Harmonies of #E0DB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB98

Black with #E0DB98

Text Example


Text Example

White with #E0DB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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