Html Css Color HEX #E0D882 Primrose

📋 copy color: '#E0D882'

red 224 ◦ green 216 ◦ blue 130

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

Shades of Primrose #E0D882

Tints of Primrose #E0D882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.81%

R = 39.3%
G = 37.89%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E0D882 (or 0xE0D882) is known color: Primrose. HEX triplet: E0, D8 and 82. RGB value is (224,216,130). Sum of RGB (Red+Green+Blue) = 224+216+130=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D882 is #1F277D. Grayscale: #D0D0D0. Windows color (decimal): -2041726 or 8575200. OLE color: 8575200.

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

Color convert

RGB 224 216 130 -
CMYK 0 0.04 0.42 0.12
HSL 54.89º 0.6% 0.69% -
HSV(B) 54.89º 0.42% 0.88% -
XYZ 59.33 66.57 30.84 -
YUV 208.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 224 216 130 0 0.04 0.42 0.12 54.89 0.6 0.69
Hex E0 D8 82 0 4 2A C 37 3C 45
Octal 340 330 202 0 4 52 14 67 74 105
Binary 11100000 11011000 10000010 0 100 101010 1100 110111 111100 1000101

Color Harmonies of #E0D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D882

Black with #E0D882

Text Example


Text Example

White with #E0D882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D882; }

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

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

background-color css

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

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

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

border-color css

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

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

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