#EBFD72

Color #EBFD72 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #EBFD72

Tints of Honeysuckle #EBFD72

Color information

#EBFD72 (or 0xEBFD72) is unknown color: approx Honeysuckle. HEX triplet: EB, FD and 72. RGB value is (235,253,114). Sum of RGB (Red+Green+Blue) = 235+253+114=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 114 (44.92% from 255 or 18.94% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFD72 is #14028D. Grayscale: #E8E8E8. Windows color (decimal): -1311374 or 7536107. OLE color: 7536107.

HSL color Cylindrical-coordinate representation of color #EBFD72: hue angle of 67.77º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBFD72 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB235253114-
CMYK0.0700.550.01
HSL67.77º97.2%71.96%-
HSV(B)67.77º54.94%99.22%-
XYZ72.4289.1329.31-
YUV231.7761.54130.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 114 (44.92% from 255) = 18.94%
R=39.04%
G=42.03%
B=18.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531140.0700.550.0167.7797.271.96
HexEBFD7270371446148
Octal35337516270671104141110
Binary1110101111111101111001011101101111100010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFD72; }

 p { color: rgb(235,253,114); }

 H1.HeaderClassName
 {
   color: #EBFD72;
 }
 .AnyTagClassName
 {
   color: #EBFD72;
 }
</style>
background-color css

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

 a { background-color: rgb(235,253,114); }

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

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

 span { border-color: rgb(235,253,114); }

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