#EFE465

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

Shades of Honeysuckle #EFE465

Tints of Honeysuckle #EFE465

Color information

#EFE465 (or 0xEFE465) is unknown color: approx Honeysuckle. HEX triplet: EF, E4 and 65. RGB value is (239,228,101). Sum of RGB (Red+Green+Blue) = 239+228+101=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE465 is #101B9A. Grayscale: #D9D9D9. Windows color (decimal): -1055643 or 6677743. OLE color: 6677743.

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

Color convert

RGB239228101-
CMYK00.050.580.06
HSL55.22º81.18%66.67%-
HSV(B)55.22º57.74%93.73%-
XYZ65.6974.7823.28-
YUV216.8162.64143.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 228 (89.45% from 255) = 40.14%
BLUE value IS 101 (39.84% from 255) = 17.78%
R=42.08%
G=40.14%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922810100.050.580.0655.2281.1866.67
HexEFE465053A6375143
Octal3573441450572667121103
Binary11101111111001001100101010111101011011011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE465; }

 p { color: rgb(239,228,101); }

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

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

 a { background-color: rgb(239,228,101); }

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

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

 span { border-color: rgb(239,228,101); }

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