Html Css Color HEX #E2D695 Primrose

📋 copy color: '#E2D695'

red 226 ◦ green 214 ◦ blue 149

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

Shades of Primrose #E2D695

Tints of Primrose #E2D695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.33%

 BLUE value IS 149 (58.59% from 255) = 25.3%

R = 38.37%
G = 36.33%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E2D695 (or 0xE2D695) is known color: Primrose. HEX triplet: E2, D6 and 95. RGB value is (226,214,149). Sum of RGB (Red+Green+Blue) = 226+214+149=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D695 is #1D296A. Grayscale: #D2D2D2. Windows color (decimal): -1911147 or 9819874. OLE color: 9819874.

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

Color convert

RGB 226 214 149 -
CMYK 0 0.05 0.34 0.11
HSL 50.65º 0.57% 0.74% -
HSV(B) 50.65º 0.34% 0.89% -
XYZ 60.84 66.43 38.05 -
YUV 210.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 226 214 149 0 0.05 0.34 0.11 50.65 0.57 0.74
Hex E2 D6 95 0 5 22 B 33 39 4A
Octal 342 326 225 0 5 42 13 63 71 112
Binary 11100010 11010110 10010101 0 101 100010 1011 110011 111001 1001010

Color Harmonies of #E2D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D695

Black with #E2D695

Text Example


Text Example

White with #E2D695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D695; }

 p { color: rgb(226,214,149); }

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

background-color css

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

 a { background-color: rgb(226,214,149); }

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

border-color css

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

 span { border-color: rgb(226,214,149); }

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