Html Css Color HEX #E2ED5F Honeysuckle

📋 copy color: '#E2ED5F'

red 226 ◦ green 237 ◦ blue 95

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

Shades of Honeysuckle #E2ED5F

Tints of Honeysuckle #E2ED5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.03%

R = 40.5%
G = 42.47%
B = 17.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#E2ED5F (or 0xE2ED5F) is known color: Honeysuckle. HEX triplet: E2, ED and 5F. RGB value is (226,237,95). Sum of RGB (Red+Green+Blue) = 226+237+95=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED5F is #1D12A0. Grayscale: #DADADA. Windows color (decimal): -1905313 or 6286818. OLE color: 6286818.

HSL color Cylindrical-coordinate representation of color #E2ED5F: hue angle of 64.65º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2ED5F is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 95 -
CMYK 0.05 0 0.60 0.07
HSL 64.65º 0.8% 0.65% -
HSV(B) 64.65º 0.6% 0.93% -
XYZ 63.71 77.56 22.44 -
YUV 217.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 226 237 95 0.05 0 0.60 0.07 64.65 0.8 0.65
Hex E2 ED 5F 5 0 3C 7 41 50 41
Octal 342 355 137 5 0 74 7 101 120 101
Binary 11100010 11101101 1011111 101 0 111100 111 1000001 1010000 1000001

Color Harmonies of #E2ED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ED5F

Black with #E2ED5F

Text Example


Text Example

White with #E2ED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ED5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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