Html Css Color HEX #E5DA92 Primrose

📋 copy color: '#E5DA92'

red 229 ◦ green 218 ◦ blue 146

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

Shades of Primrose #E5DA92

Tints of Primrose #E5DA92

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.76%

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

R = 38.62%
G = 36.76%
B = 24.62%

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

#E5DA92 (or 0xE5DA92) is known color: Primrose. HEX triplet: E5, DA and 92. RGB value is (229,218,146). Sum of RGB (Red+Green+Blue) = 229+218+146=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DA92 is #1A256D. Grayscale: #D5D5D5. Windows color (decimal): -1713518 or 9624293. OLE color: 9624293.

HSL color Cylindrical-coordinate representation of color #E5DA92: hue angle of 52.05º 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 #E5DA92 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 146 -
CMYK 0 0.05 0.36 0.10
HSL 52.05º 0.61% 0.74% -
HSV(B) 52.05º 0.36% 0.9% -
XYZ 62.57 68.88 37.19 -
YUV 213.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 229 218 146 0 0.05 0.36 0.10 52.05 0.61 0.74
Hex E5 DA 92 0 5 24 A 34 3D 4A
Octal 345 332 222 0 5 44 12 64 75 112
Binary 11100101 11011010 10010010 0 101 100100 1010 110100 111101 1001010

Color Harmonies of #E5DA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA92

Black with #E5DA92

Text Example


Text Example

White with #E5DA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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