Html Css Color HEX #E2DA91 Primrose

📋 copy color: '#E2DA91'

red 226 ◦ green 218 ◦ blue 145

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

Shades of Primrose #E2DA91

Tints of Primrose #E2DA91

RGB

 RED value IS 226 (88.67% from 255) = 38.37%

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

 BLUE value IS 145 (57.03% from 255) = 24.62%

R = 38.37%
G = 37.01%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E2DA91 (or 0xE2DA91) is known color: Primrose. HEX triplet: E2, DA and 91. RGB value is (226,218,145). Sum of RGB (Red+Green+Blue) = 226+218+145=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA91 is #1D256E. Grayscale: #D4D4D4. Windows color (decimal): -1910127 or 9558754. OLE color: 9558754.

HSL color Cylindrical-coordinate representation of color #E2DA91: hue angle of 54.07º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2DA91 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 145 -
CMYK 0 0.04 0.36 0.11
HSL 54.07º 0.58% 0.73% -
HSV(B) 54.07º 0.36% 0.89% -
XYZ 61.55 68.36 36.74 -
YUV 212.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 226 218 145 0 0.04 0.36 0.11 54.07 0.58 0.73
Hex E2 DA 91 0 4 24 B 36 3A 49
Octal 342 332 221 0 4 44 13 66 72 111
Binary 11100010 11011010 10010001 0 100 100100 1011 110110 111010 1001001

Color Harmonies of #E2DA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA91

Black with #E2DA91

Text Example


Text Example

White with #E2DA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA91; }

 p { color: rgb(226,218,145); }

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

background-color css

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

 a { background-color: rgb(226,218,145); }

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

border-color css

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

 span { border-color: rgb(226,218,145); }

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