Html Css Color HEX #E2E28D Primrose

📋 copy color: '#E2E28D'

red 226 ◦ green 226 ◦ blue 141

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

Shades of Primrose #E2E28D

Tints of Primrose #E2E28D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.11%

 BLUE value IS 141 (55.47% from 255) = 23.78%

R = 38.11%
G = 38.11%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2E28D (or 0xE2E28D) is known color: Primrose. HEX triplet: E2, E2 and 8D. RGB value is (226,226,141). Sum of RGB (Red+Green+Blue) = 226+226+141=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 226 - color contains mainly: red, green. Hex color #E2E28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E28D is #1D1D72. Grayscale: #D8D8D8. Windows color (decimal): -1908083 or 9298658. OLE color: 9298658.

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

Color convert

RGB 226 226 141 -
CMYK 0 0 0.38 0.11
HSL 60º 0.59% 0.72% -
HSV(B) 60º 0.38% 0.89% -
XYZ 63.37 72.48 35.85 -
YUV 216.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 226 226 141 0 0 0.38 0.11 60 0.59 0.72
Hex E2 E2 8D 0 0 26 B 3C 3B 48
Octal 342 342 215 0 0 46 13 74 73 110
Binary 11100010 11100010 10001101 0 0 100110 1011 111100 111011 1001000

Color Harmonies of #E2E28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E28D

Black with #E2E28D

Text Example


Text Example

White with #E2E28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E28D; }

 p { color: rgb(226,226,141); }

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

background-color css

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

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

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

border-color css

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

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

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