Html Css Color HEX #E2ED65 Honeysuckle

📋 copy color: '#E2ED65'

red 226 ◦ green 237 ◦ blue 101

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

Shades of Honeysuckle #E2ED65

Tints of Honeysuckle #E2ED65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 40.07%
G = 42.02%
B = 17.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#E2ED65 (or 0xE2ED65) is known color: Honeysuckle. HEX triplet: E2, ED and 65. RGB value is (226,237,101). Sum of RGB (Red+Green+Blue) = 226+237+101=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED65 is #1D129A. Grayscale: #DADADA. Windows color (decimal): -1905307 or 6680034. OLE color: 6680034.

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

Color convert

RGB 226 237 101 -
CMYK 0.05 0 0.57 0.07
HSL 64.85º 0.79% 0.66% -
HSV(B) 64.85º 0.57% 0.93% -
XYZ 64 77.68 23.93 -
YUV 218.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 226 237 101 0.05 0 0.57 0.07 64.85 0.79 0.66
Hex E2 ED 65 5 0 39 7 41 4F 42
Octal 342 355 145 5 0 71 7 101 117 102
Binary 11100010 11101101 1100101 101 0 111001 111 1000001 1001111 1000010

Color Harmonies of #E2ED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ED65

Black with #E2ED65

Text Example


Text Example

White with #E2ED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ED65; }

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

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

background-color css

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

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

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

border-color css

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

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

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