Html Css Color HEX #E0DE90 Primrose

📋 copy color: '#E0DE90'

red 224 ◦ green 222 ◦ blue 144

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

Shades of Primrose #E0DE90

Tints of Primrose #E0DE90

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.63%

 BLUE value IS 144 (56.64% from 255) = 24.41%

R = 37.97%
G = 37.63%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0DE90 (or 0xE0DE90) is known color: Primrose. HEX triplet: E0, DE and 90. RGB value is (224,222,144). Sum of RGB (Red+Green+Blue) = 224+222+144=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE90 is #1F216F. Grayscale: #D6D6D6. Windows color (decimal): -2040176 or 9494240. OLE color: 9494240.

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

Color convert

RGB 224 222 144 -
CMYK 0 0.01 0.36 0.12
HSL 58.5º 0.56% 0.72% -
HSV(B) 58.5º 0.36% 0.88% -
XYZ 61.9 70.1 36.65 -
YUV 213.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 224 222 144 0 0.01 0.36 0.12 58.5 0.56 0.72
Hex E0 DE 90 0 1 24 C 3A 38 48
Octal 340 336 220 0 1 44 14 72 70 110
Binary 11100000 11011110 10010000 0 1 100100 1100 111010 111000 1001000

Color Harmonies of #E0DE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DE90

Black with #E0DE90

Text Example


Text Example

White with #E0DE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DE90; }

 p { color: rgb(224,222,144); }

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

background-color css

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

 a { background-color: rgb(224,222,144); }

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

border-color css

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

 span { border-color: rgb(224,222,144); }

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