Html Css Color HEX #E1D48A Primrose

📋 copy color: '#E1D48A'

red 225 ◦ green 212 ◦ blue 138

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

Shades of Primrose #E1D48A

Tints of Primrose #E1D48A

RGB

 RED value IS 225 (88.28% from 255) = 39.13%

 GREEN value IS 212 (83.2% from 255) = 36.87%

 BLUE value IS 138 (54.3% from 255) = 24%

R = 39.13%
G = 36.87%
B = 24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1D48A (or 0xE1D48A) is known color: Primrose. HEX triplet: E1, D4 and 8A. RGB value is (225,212,138). Sum of RGB (Red+Green+Blue) = 225+212+138=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D48A is #1E2B75. Grayscale: #CFCFCF. Windows color (decimal): -1977206 or 9098465. OLE color: 9098465.

HSL color Cylindrical-coordinate representation of color #E1D48A: hue angle of 51.03º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1D48A is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 212 138 -
CMYK 0 0.06 0.39 0.12
HSL 51.03º 0.59% 0.71% -
HSV(B) 51.03º 0.39% 0.88% -
XYZ 59.18 64.93 33.46 -
YUV 207.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 225 212 138 0 0.06 0.39 0.12 51.03 0.59 0.71
Hex E1 D4 8A 0 6 27 C 33 3B 47
Octal 341 324 212 0 6 47 14 63 73 107
Binary 11100001 11010100 10001010 0 110 100111 1100 110011 111011 1000111

Color Harmonies of #E1D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D48A

Black with #E1D48A

Text Example


Text Example

White with #E1D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D48A; }

 p { color: rgb(225,212,138); }

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

background-color css

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

 a { background-color: rgb(225,212,138); }

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

border-color css

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

 span { border-color: rgb(225,212,138); }

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