Html Css Color HEX #E0DB8F Primrose

📋 copy color: '#E0DB8F'

red 224 ◦ green 219 ◦ blue 143

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

Shades of Primrose #E0DB8F

Tints of Primrose #E0DB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.4%

R = 38.23%
G = 37.37%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0DB8F (or 0xE0DB8F) is known color: Primrose. HEX triplet: E0, DB and 8F. RGB value is (224,219,143). Sum of RGB (Red+Green+Blue) = 224+219+143=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DB8F is #1F2470. Grayscale: #D4D4D4. Windows color (decimal): -2040945 or 9427936. OLE color: 9427936.

HSL color Cylindrical-coordinate representation of color #E0DB8F: hue angle of 56.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0DB8F is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 143 -
CMYK 0 0.02 0.36 0.12
HSL 56.3º 0.57% 0.72% -
HSV(B) 56.3º 0.36% 0.88% -
XYZ 61.03 68.49 35.99 -
YUV 211.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 224 219 143 0 0.02 0.36 0.12 56.3 0.57 0.72
Hex E0 DB 8F 0 2 24 C 38 39 48
Octal 340 333 217 0 2 44 14 70 71 110
Binary 11100000 11011011 10001111 0 10 100100 1100 111000 111001 1001000

Color Harmonies of #E0DB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB8F

Black with #E0DB8F

Text Example


Text Example

White with #E0DB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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