Html Css Color HEX #EDE660 Honeysuckle

📋 copy color: '#EDE660'

red 237 ◦ green 230 ◦ blue 96

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

Shades of Honeysuckle #EDE660

Tints of Honeysuckle #EDE660

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.85%

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

R = 42.1%
G = 40.85%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDE660 (or 0xEDE660) is known color: Honeysuckle. HEX triplet: ED, E6 and 60. RGB value is (237,230,96). Sum of RGB (Red+Green+Blue) = 237+230+96=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE660 is #12199F. Grayscale: #D9D9D9. Windows color (decimal): -1186208 or 6350573. OLE color: 6350573.

HSL color Cylindrical-coordinate representation of color #EDE660: hue angle of 57.02º 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 #EDE660 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 96 -
CMYK 0 0.03 0.59 0.07
HSL 57.02º 0.8% 0.65% -
HSV(B) 57.02º 0.59% 0.93% -
XYZ 65.33 75.44 22.18 -
YUV 216.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 237 230 96 0 0.03 0.59 0.07 57.02 0.8 0.65
Hex ED E6 60 0 3 3B 7 39 50 41
Octal 355 346 140 0 3 73 7 71 120 101
Binary 11101101 11100110 1100000 0 11 111011 111 111001 1010000 1000001

Color Harmonies of #EDE660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE660

Black with #EDE660

Text Example


Text Example

White with #EDE660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE660; }

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

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

background-color css

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

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

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

border-color css

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

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

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