Html Css Color HEX #E2ED86 Jonquil

📋 copy color: '#E2ED86'

red 226 ◦ green 237 ◦ blue 134

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

Shades of Jonquil #E2ED86

Tints of Jonquil #E2ED86

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.7%

 BLUE value IS 134 (52.73% from 255) = 22.45%

R = 37.86%
G = 39.7%
B = 22.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#E2ED86 (or 0xE2ED86) is known color: Jonquil. HEX triplet: E2, ED and 86. RGB value is (226,237,134). Sum of RGB (Red+Green+Blue) = 226+237+134=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2ED86 is #1D1279. Grayscale: #DEDEDE. Windows color (decimal): -1905274 or 8842722. OLE color: 8842722.

HSL color Cylindrical-coordinate representation of color #E2ED86: hue angle of 66.41º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2ED86 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 134 -
CMYK 0.05 0 0.43 0.07
HSL 66.41º 0.74% 0.73% -
HSV(B) 66.41º 0.43% 0.93% -
XYZ 65.95 78.46 34.22 -
YUV 221.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 226 237 134 0.05 0 0.43 0.07 66.41 0.74 0.73
Hex E2 ED 86 5 0 2B 7 42 4A 49
Octal 342 355 206 5 0 53 7 102 112 111
Binary 11100010 11101101 10000110 101 0 101011 111 1000010 1001010 1001001

Color Harmonies of #E2ED86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ED86

Black with #E2ED86

Text Example


Text Example

White with #E2ED86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ED86; }

 p { color: rgb(226,237,134); }

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

background-color css

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

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

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

border-color css

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

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

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