Html Css Color HEX #E0D88E Primrose

📋 copy color: '#E0D88E'

red 224 ◦ green 216 ◦ blue 142

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

Shades of Primrose #E0D88E

Tints of Primrose #E0D88E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.11%

 BLUE value IS 142 (55.86% from 255) = 24.4%

R = 38.49%
G = 37.11%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0D88E (or 0xE0D88E) is known color: Primrose. HEX triplet: E0, D8 and 8E. RGB value is (224,216,142). Sum of RGB (Red+Green+Blue) = 224+216+142=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D88E is #1F2771. Grayscale: #D2D2D2. Windows color (decimal): -2041714 or 9361632. OLE color: 9361632.

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

Color convert

RGB 224 216 142 -
CMYK 0 0.04 0.37 0.12
HSL 54.15º 0.57% 0.72% -
HSV(B) 54.15º 0.37% 0.88% -
XYZ 60.18 66.91 35.33 -
YUV 209.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 224 216 142 0 0.04 0.37 0.12 54.15 0.57 0.72
Hex E0 D8 8E 0 4 25 C 36 39 48
Octal 340 330 216 0 4 45 14 66 71 110
Binary 11100000 11011000 10001110 0 100 100101 1100 110110 111001 1001000

Color Harmonies of #E0D88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D88E

Black with #E0D88E

Text Example


Text Example

White with #E0D88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D88E; }

 p { color: rgb(224,216,142); }

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

background-color css

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

 a { background-color: rgb(224,216,142); }

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

border-color css

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

 span { border-color: rgb(224,216,142); }

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