Html Css Color HEX #E5D992 Primrose

📋 copy color: '#E5D992'

red 229 ◦ green 217 ◦ blue 146

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

Shades of Primrose #E5D992

Tints of Primrose #E5D992

RGB

 RED value IS 229 (89.84% from 255) = 38.68%

 GREEN value IS 217 (85.16% from 255) = 36.66%

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

R = 38.68%
G = 36.66%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E5D992 (or 0xE5D992) is known color: Primrose. HEX triplet: E5, D9 and 92. RGB value is (229,217,146). Sum of RGB (Red+Green+Blue) = 229+217+146=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D992 is #1A266D. Grayscale: #D4D4D4. Windows color (decimal): -1713774 or 9624037. OLE color: 9624037.

HSL color Cylindrical-coordinate representation of color #E5D992: hue angle of 51.33º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5D992 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 146 -
CMYK 0 0.05 0.36 0.10
HSL 51.33º 0.61% 0.74% -
HSV(B) 51.33º 0.36% 0.9% -
XYZ 62.31 68.36 37.1 -
YUV 212.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 229 217 146 0 0.05 0.36 0.10 51.33 0.61 0.74
Hex E5 D9 92 0 5 24 A 33 3D 4A
Octal 345 331 222 0 5 44 12 63 75 112
Binary 11100101 11011001 10010010 0 101 100100 1010 110011 111101 1001010

Color Harmonies of #E5D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D992

Black with #E5D992

Text Example


Text Example

White with #E5D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D992; }

 p { color: rgb(229,217,146); }

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

background-color css

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

 a { background-color: rgb(229,217,146); }

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

border-color css

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

 span { border-color: rgb(229,217,146); }

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