Html Css Color HEX #E1E09A Primrose

📋 copy color: '#E1E09A'

red 225 ◦ green 224 ◦ blue 154

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

Shades of Primrose #E1E09A

Tints of Primrose #E1E09A

RGB

 RED value IS 225 (88.28% from 255) = 37.31%

 GREEN value IS 224 (87.89% from 255) = 37.15%

 BLUE value IS 154 (60.55% from 255) = 25.54%

R = 37.31%
G = 37.15%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1E09A (or 0xE1E09A) is known color: Primrose. HEX triplet: E1, E0 and 9A. RGB value is (225,224,154). Sum of RGB (Red+Green+Blue) = 225+224+154=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E09A is #1E1F65. Grayscale: #D8D8D8. Windows color (decimal): -1974118 or 10150113. OLE color: 10150113.

HSL color Cylindrical-coordinate representation of color #E1E09A: hue angle of 59.15º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1E09A is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 224 154 -
CMYK 0 0.00 0.32 0.12
HSL 59.15º 0.54% 0.74% -
HSV(B) 59.15º 0.32% 0.88% -
XYZ 63.54 71.65 41.05 -
YUV 216.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 225 224 154 0 0.00 0.32 0.12 59.15 0.54 0.74
Hex E1 E0 9A 0 0 20 C 3B 36 4A
Octal 341 340 232 0 0 40 14 73 66 112
Binary 11100001 11100000 10011010 0 0 100000 1100 111011 110110 1001010

Color Harmonies of #E1E09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E09A

Black with #E1E09A

Text Example


Text Example

White with #E1E09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E09A; }

 p { color: rgb(225,224,154); }

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

background-color css

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

 a { background-color: rgb(225,224,154); }

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

border-color css

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

 span { border-color: rgb(225,224,154); }

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