Html Css Color HEX #E4DC92 Primrose

📋 copy color: '#E4DC92'

red 228 ◦ green 220 ◦ blue 146

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

Shades of Primrose #E4DC92

Tints of Primrose #E4DC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.58%

R = 38.38%
G = 37.04%
B = 24.58%

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

#E4DC92 (or 0xE4DC92) is known color: Primrose. HEX triplet: E4, DC and 92. RGB value is (228,220,146). Sum of RGB (Red+Green+Blue) = 228+220+146=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DC92 is #1B236D. Grayscale: #D6D6D6. Windows color (decimal): -1778542 or 9624804. OLE color: 9624804.

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

Color convert

RGB 228 220 146 -
CMYK 0 0.04 0.36 0.11
HSL 54.15º 0.6% 0.73% -
HSV(B) 54.15º 0.36% 0.89% -
XYZ 62.78 69.76 37.35 -
YUV 213.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 228 220 146 0 0.04 0.36 0.11 54.15 0.6 0.73
Hex E4 DC 92 0 4 24 B 36 3C 49
Octal 344 334 222 0 4 44 13 66 74 111
Binary 11100100 11011100 10010010 0 100 100100 1011 110110 111100 1001001

Color Harmonies of #E4DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DC92

Black with #E4DC92

Text Example


Text Example

White with #E4DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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