Html Css Color HEX #E4DC93 Primrose

📋 copy color: '#E4DC93'

red 228 ◦ green 220 ◦ blue 147

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

Shades of Primrose #E4DC93

Tints of Primrose #E4DC93

RGB

 RED value IS 228 (89.45% from 255) = 38.32%

 GREEN value IS 220 (86.33% from 255) = 36.97%

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

R = 38.32%
G = 36.97%
B = 24.71%

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

#E4DC93 (or 0xE4DC93) is known color: Primrose. HEX triplet: E4, DC and 93. RGB value is (228,220,147). Sum of RGB (Red+Green+Blue) = 228+220+147=595 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.32% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DC93 is #1B236C. Grayscale: #D6D6D6. Windows color (decimal): -1778541 or 9690340. OLE color: 9690340.

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

Color convert

RGB 228 220 147 -
CMYK 0 0.04 0.36 0.11
HSL 54.07º 0.6% 0.74% -
HSV(B) 54.07º 0.36% 0.89% -
XYZ 62.85 69.79 37.76 -
YUV 214.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 228 220 147 0 0.04 0.36 0.11 54.07 0.6 0.74
Hex E4 DC 93 0 4 24 B 36 3C 4A
Octal 344 334 223 0 4 44 13 66 74 112
Binary 11100100 11011100 10010011 0 100 100100 1011 110110 111100 1001010

Color Harmonies of #E4DC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DC93

Black with #E4DC93

Text Example


Text Example

White with #E4DC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DC93; }

 p { color: rgb(228,220,147); }

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

background-color css

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

 a { background-color: rgb(228,220,147); }

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

border-color css

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

 span { border-color: rgb(228,220,147); }

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