Html Css Color HEX #EDF061 Honeysuckle

📋 copy color: '#EDF061'

red 237 ◦ green 240 ◦ blue 97

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

Shades of Honeysuckle #EDF061

Tints of Honeysuckle #EDF061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.81%

 BLUE value IS 97 (38.28% from 255) = 16.9%

R = 41.29%
G = 41.81%
B = 16.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EDF061 (or 0xEDF061) is known color: Honeysuckle. HEX triplet: ED, F0 and 61. RGB value is (237,240,97). Sum of RGB (Red+Green+Blue) = 237+240+97=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 97 (38.28% from 255 or 16.90% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF061 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF061 is #120F9E. Grayscale: #DFDFDF. Windows color (decimal): -1183647 or 6418669. OLE color: 6418669.

HSL color Cylindrical-coordinate representation of color #EDF061: hue angle of 61.26º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF061 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 97 -
CMYK 0.01 0 0.60 0.06
HSL 61.26º 0.83% 0.66% -
HSV(B) 61.26º 0.6% 0.94% -
XYZ 68.24 81.19 23.38 -
YUV 222.8 57.01 138.13 -
System Red Green Blue C M Y K H S L
Decimal 237 240 97 0.01 0 0.60 0.06 61.26 0.83 0.66
Hex ED F0 61 1 0 3C 6 3D 53 42
Octal 355 360 141 1 0 74 6 75 123 102
Binary 11101101 11110000 1100001 1 0 111100 110 111101 1010011 1000010

Color Harmonies of #EDF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF061

Black with #EDF061

Text Example


Text Example

White with #EDF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF061; }

 p { color: rgb(237,240,97); }

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

background-color css

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

 a { background-color: rgb(237,240,97); }

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

border-color css

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

 span { border-color: rgb(237,240,97); }

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