Html Css Color HEX #E2E695 Primrose

📋 copy color: '#E2E695'

red 226 ◦ green 230 ◦ blue 149

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

Shades of Primrose #E2E695

Tints of Primrose #E2E695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.02%

 BLUE value IS 149 (58.59% from 255) = 24.63%

R = 37.36%
G = 38.02%
B = 24.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E2E695 (or 0xE2E695) is known color: Primrose. HEX triplet: E2, E6 and 95. RGB value is (226,230,149). Sum of RGB (Red+Green+Blue) = 226+230+149=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E695 is #1D196A. Grayscale: #DBDBDB. Windows color (decimal): -1907051 or 9823970. OLE color: 9823970.

HSL color Cylindrical-coordinate representation of color #E2E695: hue angle of 62.96º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2E695 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 230 149 -
CMYK 0.02 0 0.35 0.10
HSL 62.96º 0.62% 0.74% -
HSV(B) 62.96º 0.35% 0.9% -
XYZ 65.09 74.93 39.47 -
YUV 219.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 226 230 149 0.02 0 0.35 0.10 62.96 0.62 0.74
Hex E2 E6 95 2 0 23 A 3F 3E 4A
Octal 342 346 225 2 0 43 12 77 76 112
Binary 11100010 11100110 10010101 10 0 100011 1010 111111 111110 1001010

Color Harmonies of #E2E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E695

Black with #E2E695

Text Example


Text Example

White with #E2E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E695; }

 p { color: rgb(226,230,149); }

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

background-color css

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

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

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

border-color css

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

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

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