Html Css Color HEX #E1DE92 Primrose

📋 copy color: '#E1DE92'

red 225 ◦ green 222 ◦ blue 146

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

Shades of Primrose #E1DE92

Tints of Primrose #E1DE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.62%

R = 37.94%
G = 37.44%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E1DE92 (or 0xE1DE92) is known color: Primrose. HEX triplet: E1, DE and 92. RGB value is (225,222,146). Sum of RGB (Red+Green+Blue) = 225+222+146=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE92 is #1E216D. Grayscale: #D6D6D6. Windows color (decimal): -1974638 or 9625313. OLE color: 9625313.

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

Color convert

RGB 225 222 146 -
CMYK 0 0.01 0.35 0.12
HSL 57.72º 0.57% 0.73% -
HSV(B) 57.72º 0.35% 0.88% -
XYZ 62.36 70.33 37.48 -
YUV 214.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 225 222 146 0 0.01 0.35 0.12 57.72 0.57 0.73
Hex E1 DE 92 0 1 23 C 3A 39 49
Octal 341 336 222 0 1 43 14 72 71 111
Binary 11100001 11011110 10010010 0 1 100011 1100 111010 111001 1001001

Color Harmonies of #E1DE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DE92

Black with #E1DE92

Text Example


Text Example

White with #E1DE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DE92; }

 p { color: rgb(225,222,146); }

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

background-color css

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

 a { background-color: rgb(225,222,146); }

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

border-color css

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

 span { border-color: rgb(225,222,146); }

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