#EAF96B

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

Shades of Honeysuckle #EAF96B

Tints of Honeysuckle #EAF96B

Color information

#EAF96B (or 0xEAF96B) is unknown color: approx Honeysuckle. HEX triplet: EA, F9 and 6B. RGB value is (234,249,107). Sum of RGB (Red+Green+Blue) = 234+249+107=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 107 (42.19% from 255 or 18.14% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF96B is #150694. Grayscale: #E4E4E4. Windows color (decimal): -1377941 or 7076330. OLE color: 7076330.

HSL color Cylindrical-coordinate representation of color #EAF96B: hue angle of 66.34º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAF96B is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB234249107-
CMYK0.0600.570.02
HSL66.34º92.21%69.8%-
HSV(B)66.34º57.03%97.65%-
XYZ70.4686.3126.85-
YUV228.3359.53132.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 107 (42.19% from 255) = 18.14%
R=39.66%
G=42.20%
B=18.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491070.0600.570.0266.3492.2169.8
HexEAF96B60392425c46
Octal35237115360712102134106
Binary11101010111110011101011110011100110100001010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF96B; }

 p { color: rgb(234,249,107); }

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

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

 a { background-color: rgb(234,249,107); }

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

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

 span { border-color: rgb(234,249,107); }

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