Html Css Color HEX #E2DC94 Primrose

📋 copy color: '#E2DC94'

red 226 ◦ green 220 ◦ blue 148

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

Shades of Primrose #E2DC94

Tints of Primrose #E2DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.92%

R = 38.05%
G = 37.04%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E2DC94 (or 0xE2DC94) is known color: Primrose. HEX triplet: E2, DC and 94. RGB value is (226,220,148). Sum of RGB (Red+Green+Blue) = 226+220+148=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DC94 is #1D236B. Grayscale: #D5D5D5. Windows color (decimal): -1909612 or 9755874. OLE color: 9755874.

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

Color convert

RGB 226 220 148 -
CMYK 0 0.03 0.35 0.11
HSL 55.38º 0.57% 0.73% -
HSV(B) 55.38º 0.35% 0.89% -
XYZ 62.3 69.49 38.15 -
YUV 213.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 226 220 148 0 0.03 0.35 0.11 55.38 0.57 0.73
Hex E2 DC 94 0 3 23 B 37 39 49
Octal 342 334 224 0 3 43 13 67 71 111
Binary 11100010 11011100 10010100 0 11 100011 1011 110111 111001 1001001

Color Harmonies of #E2DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DC94

Black with #E2DC94

Text Example


Text Example

White with #E2DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DC94; }

 p { color: rgb(226,220,148); }

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

background-color css

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

 a { background-color: rgb(226,220,148); }

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

border-color css

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

 span { border-color: rgb(226,220,148); }

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