Html Css Color HEX #E3D795 Primrose

📋 copy color: '#E3D795'

red 227 ◦ green 215 ◦ blue 149

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

Shades of Primrose #E3D795

Tints of Primrose #E3D795

RGB

 RED value IS 227 (89.06% from 255) = 38.41%

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

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

R = 38.41%
G = 36.38%
B = 25.21%

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

#E3D795 (or 0xE3D795) is known color: Primrose. HEX triplet: E3, D7 and 95. RGB value is (227,215,149). Sum of RGB (Red+Green+Blue) = 227+215+149=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D795 is #1C286A. Grayscale: #D3D3D3. Windows color (decimal): -1845355 or 9820131. OLE color: 9820131.

HSL color Cylindrical-coordinate representation of color #E3D795: hue angle of 50.77º degrees, saturation: 0.58, 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 #E3D795 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 215 149 -
CMYK 0 0.05 0.34 0.11
HSL 50.77º 0.58% 0.74% -
HSV(B) 50.77º 0.34% 0.89% -
XYZ 61.4 67.1 38.15 -
YUV 211.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 227 215 149 0 0.05 0.34 0.11 50.77 0.58 0.74
Hex E3 D7 95 0 5 22 B 33 3A 4A
Octal 343 327 225 0 5 42 13 63 72 112
Binary 11100011 11010111 10010101 0 101 100010 1011 110011 111010 1001010

Color Harmonies of #E3D795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D795

Black with #E3D795

Text Example


Text Example

White with #E3D795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D795; }

 p { color: rgb(227,215,149); }

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

background-color css

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

 a { background-color: rgb(227,215,149); }

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

border-color css

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

 span { border-color: rgb(227,215,149); }

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