Html Css Color HEX #EDE460 Honeysuckle

📋 copy color: '#EDE460'

red 237 ◦ green 228 ◦ blue 96

#EDE460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #EDE460

Tints of Honeysuckle #EDE460

RGB

 RED value IS 237 (92.97% from 255) = 42.25%

 GREEN value IS 228 (89.45% from 255) = 40.64%

 BLUE value IS 96 (37.89% from 255) = 17.11%

R = 42.25%
G = 40.64%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDE460 (or 0xEDE460) is known color: Honeysuckle. HEX triplet: ED, E4 and 60. RGB value is (237,228,96). Sum of RGB (Red+Green+Blue) = 237+228+96=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE460 is #121B9F. Grayscale: #D8D8D8. Windows color (decimal): -1186720 or 6350061. OLE color: 6350061.

HSL color Cylindrical-coordinate representation of color #EDE460: hue angle of 56.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE460 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 96 -
CMYK 0 0.04 0.59 0.07
HSL 56.17º 0.8% 0.65% -
HSV(B) 56.17º 0.59% 0.93% -
XYZ 64.78 74.34 22 -
YUV 215.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 237 228 96 0 0.04 0.59 0.07 56.17 0.8 0.65
Hex ED E4 60 0 4 3B 7 38 50 41
Octal 355 344 140 0 4 73 7 70 120 101
Binary 11101101 11100100 1100000 0 100 111011 111 111000 1010000 1000001

Color Harmonies of #EDE460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE460

Black with #EDE460

Text Example


Text Example

White with #EDE460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE460; }

 p { color: rgb(237,228,96); }

 H1.HeaderClassName
 {
   color: #EDE460;
 }
 .AnyTagClassName
 {
   color: #EDE460;
 }
</style>

background-color css

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

 a { background-color: rgb(237,228,96); }

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

border-color css

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

 span { border-color: rgb(237,228,96); }

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