#EDE16A

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

Shades of Honeysuckle #EDE16A

Tints of Honeysuckle #EDE16A

Color information

#EDE16A (or 0xEDE16A) is unknown color: approx Honeysuckle. HEX triplet: ED, E1 and 6A. RGB value is (237,225,106). Sum of RGB (Red+Green+Blue) = 237+225+106=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE16A is #121E95. Grayscale: #D7D7D7. Windows color (decimal): -1187478 or 7004653. OLE color: 7004653.

HSL color Cylindrical-coordinate representation of color #EDE16A: hue angle of 54.5º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDE16A is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB237225106-
CMYK00.050.550.07
HSL54.5º78.44%67.25%-
HSV(B)54.5º55.27%92.94%-
XYZ64.4572.924.31-
YUV215.0266.48143.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 225 (88.28% from 255) = 39.61%
BLUE value IS 106 (41.80% from 255) = 18.66%
R=41.73%
G=39.61%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722510600.050.550.0754.578.4467.25
HexEDE16A05377374e43
Octal3553411520567767116103
Binary11101101111000011101010010111011111111011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE16A; }

 p { color: rgb(237,225,106); }

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

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

 a { background-color: rgb(237,225,106); }

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

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

 span { border-color: rgb(237,225,106); }

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