Html Css Color HEX #E0D98F Primrose

📋 copy color: '#E0D98F'

red 224 ◦ green 217 ◦ blue 143

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

Shades of Primrose #E0D98F

Tints of Primrose #E0D98F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

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

R = 38.36%
G = 37.16%
B = 24.49%

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

#E0D98F (or 0xE0D98F) is known color: Primrose. HEX triplet: E0, D9 and 8F. RGB value is (224,217,143). Sum of RGB (Red+Green+Blue) = 224+217+143=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D98F is #1F2670. Grayscale: #D2D2D2. Windows color (decimal): -2041457 or 9427424. OLE color: 9427424.

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

Color convert

RGB 224 217 143 -
CMYK 0 0.03 0.36 0.12
HSL 54.81º 0.57% 0.72% -
HSV(B) 54.81º 0.36% 0.88% -
XYZ 60.51 67.46 35.82 -
YUV 210.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 224 217 143 0 0.03 0.36 0.12 54.81 0.57 0.72
Hex E0 D9 8F 0 3 24 C 37 39 48
Octal 340 331 217 0 3 44 14 67 71 110
Binary 11100000 11011001 10001111 0 11 100100 1100 110111 111001 1001000

Color Harmonies of #E0D98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D98F

Black with #E0D98F

Text Example


Text Example

White with #E0D98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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