Html Css Color HEX #E2E18F Primrose

📋 copy color: '#E2E18F'

red 226 ◦ green 225 ◦ blue 143

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

Shades of Primrose #E2E18F

Tints of Primrose #E2E18F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.88%

 BLUE value IS 143 (56.25% from 255) = 24.07%

R = 38.05%
G = 37.88%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2E18F (or 0xE2E18F) is known color: Primrose. HEX triplet: E2, E1 and 8F. RGB value is (226,225,143). Sum of RGB (Red+Green+Blue) = 226+225+143=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E18F is #1D1E70. Grayscale: #D8D8D8. Windows color (decimal): -1908337 or 9429474. OLE color: 9429474.

HSL color Cylindrical-coordinate representation of color #E2E18F: hue angle of 59.28º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2E18F is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 225 143 -
CMYK 0 0.00 0.37 0.11
HSL 59.28º 0.59% 0.72% -
HSV(B) 59.28º 0.37% 0.89% -
XYZ 63.25 72 36.55 -
YUV 215.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 226 225 143 0 0.00 0.37 0.11 59.28 0.59 0.72
Hex E2 E1 8F 0 0 25 B 3B 3B 48
Octal 342 341 217 0 0 45 13 73 73 110
Binary 11100010 11100001 10001111 0 0 100101 1011 111011 111011 1001000

Color Harmonies of #E2E18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E18F

Black with #E2E18F

Text Example


Text Example

White with #E2E18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E18F; }

 p { color: rgb(226,225,143); }

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

background-color css

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

 a { background-color: rgb(226,225,143); }

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

border-color css

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

 span { border-color: rgb(226,225,143); }

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