Html Css Color HEX #E2E48A Primrose

📋 copy color: '#E2E48A'

red 226 ◦ green 228 ◦ blue 138

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

Shades of Primrose #E2E48A

Tints of Primrose #E2E48A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.51%

 BLUE value IS 138 (54.3% from 255) = 23.31%

R = 38.18%
G = 38.51%
B = 23.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2E48A (or 0xE2E48A) is known color: Primrose. HEX triplet: E2, E4 and 8A. RGB value is (226,228,138). Sum of RGB (Red+Green+Blue) = 226+228+138=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E48A is #1D1B75. Grayscale: #D9D9D9. Windows color (decimal): -1907574 or 9102562. OLE color: 9102562.

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

Color convert

RGB 226 228 138 -
CMYK 0.01 0 0.39 0.11
HSL 61.33º 0.63% 0.72% -
HSV(B) 61.33º 0.39% 0.89% -
XYZ 63.69 73.49 34.87 -
YUV 217.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 226 228 138 0.01 0 0.39 0.11 61.33 0.63 0.72
Hex E2 E4 8A 1 0 27 B 3D 3E 48
Octal 342 344 212 1 0 47 13 75 76 110
Binary 11100010 11100100 10001010 1 0 100111 1011 111101 111110 1001000

Color Harmonies of #E2E48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E48A

Black with #E2E48A

Text Example


Text Example

White with #E2E48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E48A; }

 p { color: rgb(226,228,138); }

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

background-color css

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

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

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

border-color css

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

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

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