Html Css Color HEX #E0DA8F Primrose

📋 copy color: '#E0DA8F'

red 224 ◦ green 218 ◦ blue 143

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

Shades of Primrose #E0DA8F

Tints of Primrose #E0DA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

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

R = 38.29%
G = 37.26%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0DA8F (or 0xE0DA8F) is known color: Primrose. HEX triplet: E0, DA and 8F. RGB value is (224,218,143). Sum of RGB (Red+Green+Blue) = 224+218+143=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DA8F is #1F2570. Grayscale: #D3D3D3. Windows color (decimal): -2041201 or 9427680. OLE color: 9427680.

HSL color Cylindrical-coordinate representation of color #E0DA8F: hue angle of 55.56º 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 #E0DA8F is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 143 -
CMYK 0 0.03 0.36 0.12
HSL 55.56º 0.57% 0.72% -
HSV(B) 55.56º 0.36% 0.88% -
XYZ 60.77 67.97 35.9 -
YUV 211.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 224 218 143 0 0.03 0.36 0.12 55.56 0.57 0.72
Hex E0 DA 8F 0 3 24 C 38 39 48
Octal 340 332 217 0 3 44 14 70 71 110
Binary 11100000 11011010 10001111 0 11 100100 1100 111000 111001 1001000

Color Harmonies of #E0DA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA8F

Black with #E0DA8F

Text Example


Text Example

White with #E0DA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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