#EBF072

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

Shades of Honeysuckle #EBF072

Tints of Honeysuckle #EBF072

Color information

#EBF072 (or 0xEBF072) is unknown color: approx Honeysuckle. HEX triplet: EB, F0 and 72. RGB value is (235,240,114). Sum of RGB (Red+Green+Blue) = 235+240+114=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 114 (44.92% from 255 or 19.35% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF072 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF072 is #140F8D. Grayscale: #E0E0E0. Windows color (decimal): -1314702 or 7532779. OLE color: 7532779.

HSL color Cylindrical-coordinate representation of color #EBF072: hue angle of 62.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBF072 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB235240114-
CMYK0.0200.520.06
HSL62.38º80.77%69.41%-
HSV(B)62.38º52.5%94.12%-
XYZ68.4681.227.98-
YUV224.1465.84135.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 114 (44.92% from 255) = 19.35%
R=39.90%
G=40.75%
B=19.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352401140.0200.520.0662.3880.7769.41
HexEBF072203463e5145
Octal3533601622064676121105
Binary1110101111110000111001010011010011011111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF072; }

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

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

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

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

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

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

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

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