Html Css Color HEX #E2E688 Primrose

📋 copy color: '#E2E688'

red 226 ◦ green 230 ◦ blue 136

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

Shades of Primrose #E2E688

Tints of Primrose #E2E688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.97%

R = 38.18%
G = 38.85%
B = 22.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E2E688 (or 0xE2E688) is known color: Primrose. HEX triplet: E2, E6 and 88. RGB value is (226,230,136). Sum of RGB (Red+Green+Blue) = 226+230+136=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2E688 is #1D1977. Grayscale: #DADADA. Windows color (decimal): -1907064 or 8972002. OLE color: 8972002.

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

Color convert

RGB 226 230 136 -
CMYK 0.02 0 0.41 0.10
HSL 62.55º 0.65% 0.72% -
HSV(B) 62.55º 0.41% 0.9% -
XYZ 64.1 74.54 34.3 -
YUV 218.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 226 230 136 0.02 0 0.41 0.10 62.55 0.65 0.72
Hex E2 E6 88 2 0 29 A 3F 41 48
Octal 342 346 210 2 0 51 12 77 101 110
Binary 11100010 11100110 10001000 10 0 101001 1010 111111 1000001 1001000

Color Harmonies of #E2E688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E688

Black with #E2E688

Text Example


Text Example

White with #E2E688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E688; }

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

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

background-color css

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

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

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

border-color css

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

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

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