#EFED65

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

Shades of Honeysuckle #EFED65

Tints of Honeysuckle #EFED65

Color information

#EFED65 (or 0xEFED65) is unknown color: approx Honeysuckle. HEX triplet: EF, ED and 65. RGB value is (239,237,101). Sum of RGB (Red+Green+Blue) = 239+237+101=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED65 is #10129A. Grayscale: #DEDEDE. Windows color (decimal): -1053339 or 6680047. OLE color: 6680047.

HSL color Cylindrical-coordinate representation of color #EFED65: hue angle of 59.13º 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 #EFED65 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239237101-
CMYK00.010.580.06
HSL59.13º81.18%66.67%-
HSV(B)59.13º57.74%93.73%-
XYZ68.2379.8624.13-
YUV222.0959.66140.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 101 (39.84% from 255) = 17.50%
R=41.42%
G=41.07%
B=17.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923710100.010.580.0659.1381.1866.67
HexEFED65013A63b5143
Octal3573551450172673121103
Binary111011111110110111001010111101011011101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFED65; }

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

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

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

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

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

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

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

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