Html Css Color HEX #E2D793 Primrose

📋 copy color: '#E2D793'

red 226 ◦ green 215 ◦ blue 147

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

Shades of Primrose #E2D793

Tints of Primrose #E2D793

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.56%

 BLUE value IS 147 (57.81% from 255) = 25%

R = 38.44%
G = 36.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2D793 (or 0xE2D793) is known color: Primrose. HEX triplet: E2, D7 and 93. RGB value is (226,215,147). Sum of RGB (Red+Green+Blue) = 226+215+147=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D793 is #1D286C. Grayscale: #D2D2D2. Windows color (decimal): -1910893 or 9689058. OLE color: 9689058.

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

Color convert

RGB 226 215 147 -
CMYK 0 0.05 0.35 0.11
HSL 51.65º 0.58% 0.73% -
HSV(B) 51.65º 0.35% 0.89% -
XYZ 60.93 66.88 37.3 -
YUV 210.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 226 215 147 0 0.05 0.35 0.11 51.65 0.58 0.73
Hex E2 D7 93 0 5 23 B 34 3A 49
Octal 342 327 223 0 5 43 13 64 72 111
Binary 11100010 11010111 10010011 0 101 100011 1011 110100 111010 1001001

Color Harmonies of #E2D793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D793

Black with #E2D793

Text Example


Text Example

White with #E2D793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D793; }

 p { color: rgb(226,215,147); }

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

background-color css

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

 a { background-color: rgb(226,215,147); }

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

border-color css

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

 span { border-color: rgb(226,215,147); }

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