Html Css Color HEX #E2E68F Primrose

📋 copy color: '#E2E68F'

red 226 ◦ green 230 ◦ blue 143

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

Shades of Primrose #E2E68F

Tints of Primrose #E2E68F

RGB

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

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

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

R = 37.73%
G = 38.4%
B = 23.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E2E68F (or 0xE2E68F) is known color: Primrose. HEX triplet: E2, E6 and 8F. RGB value is (226,230,143). Sum of RGB (Red+Green+Blue) = 226+230+143=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E68F is #1D1970. Grayscale: #DBDBDB. Windows color (decimal): -1907057 or 9430754. OLE color: 9430754.

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

Color convert

RGB 226 230 143 -
CMYK 0.02 0 0.38 0.10
HSL 62.76º 0.64% 0.73% -
HSV(B) 62.76º 0.38% 0.9% -
XYZ 64.62 74.75 37.01 -
YUV 218.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 226 230 143 0.02 0 0.38 0.10 62.76 0.64 0.73
Hex E2 E6 8F 2 0 26 A 3F 40 49
Octal 342 346 217 2 0 46 12 77 100 111
Binary 11100010 11100110 10001111 10 0 100110 1010 111111 1000000 1001001

Color Harmonies of #E2E68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E68F

Black with #E2E68F

Text Example


Text Example

White with #E2E68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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