Html Css Color HEX #EDF961 Honeysuckle

📋 copy color: '#EDF961'

red 237 ◦ green 249 ◦ blue 97

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

Shades of Honeysuckle #EDF961

Tints of Honeysuckle #EDF961

RGB

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

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

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

R = 40.65%
G = 42.71%
B = 16.64%

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

#EDF961 (or 0xEDF961) is known color: Honeysuckle. HEX triplet: ED, F9 and 61. RGB value is (237,249,97). Sum of RGB (Red+Green+Blue) = 237+249+97=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 97 (38.28% from 255 or 16.64% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF961 is #12069E. Grayscale: #E4E4E4. Windows color (decimal): -1181343 or 6420973. OLE color: 6420973.

HSL color Cylindrical-coordinate representation of color #EDF961: hue angle of 64.74º 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 #EDF961 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 97 -
CMYK 0.05 0 0.61 0.02
HSL 64.74º 0.93% 0.68% -
HSV(B) 64.74º 0.61% 0.98% -
XYZ 70.96 86.62 24.29 -
YUV 228.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 237 249 97 0.05 0 0.61 0.02 64.74 0.93 0.68
Hex ED F9 61 5 0 3D 2 41 5D 44
Octal 355 371 141 5 0 75 2 101 135 104
Binary 11101101 11111001 1100001 101 0 111101 10 1000001 1011101 1000100

Color Harmonies of #EDF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF961

Black with #EDF961

Text Example


Text Example

White with #EDF961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF961; }

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

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

background-color css

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

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

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

border-color css

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

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

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