Html Css Color HEX #EDF960 Honeysuckle

📋 copy color: '#EDF960'

red 237 ◦ green 249 ◦ blue 96

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

Shades of Honeysuckle #EDF960

Tints of Honeysuckle #EDF960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.78%

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

R = 40.72%
G = 42.78%
B = 16.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#EDF960 (or 0xEDF960) is known color: Honeysuckle. HEX triplet: ED, F9 and 60. RGB value is (237,249,96). Sum of RGB (Red+Green+Blue) = 237+249+96=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 96 (37.89% from 255 or 16.49% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF960 is #12069F. Grayscale: #E4E4E4. Windows color (decimal): -1181344 or 6355437. OLE color: 6355437.

HSL color Cylindrical-coordinate representation of color #EDF960: hue angle of 64.71º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF960 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 96 -
CMYK 0.05 0 0.61 0.02
HSL 64.71º 0.93% 0.68% -
HSV(B) 64.71º 0.61% 0.98% -
XYZ 70.91 86.6 24.04 -
YUV 227.97 53.52 134.44 -
System Red Green Blue C M Y K H S L
Decimal 237 249 96 0.05 0 0.61 0.02 64.71 0.93 0.68
Hex ED F9 60 5 0 3D 2 41 5D 44
Octal 355 371 140 5 0 75 2 101 135 104
Binary 11101101 11111001 1100000 101 0 111101 10 1000001 1011101 1000100

Color Harmonies of #EDF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF960

Black with #EDF960

Text Example


Text Example

White with #EDF960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF960; }

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

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

background-color css

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

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

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

border-color css

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

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

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