Html Css Color HEX #EDF558 Honeysuckle

📋 copy color: '#EDF558'

red 237 ◦ green 245 ◦ blue 88

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

Shades of Honeysuckle #EDF558

Tints of Honeysuckle #EDF558

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.98%

 BLUE value IS 88 (34.77% from 255) = 15.44%

R = 41.58%
G = 42.98%
B = 15.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#EDF558 (or 0xEDF558) is known color: Honeysuckle. HEX triplet: ED, F5 and 58. RGB value is (237,245,88). Sum of RGB (Red+Green+Blue) = 237+245+88=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 88 (34.77% from 255 or 15.44% from 570); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF558 is #120AA7. Grayscale: #E1E1E1. Windows color (decimal): -1182376 or 5830125. OLE color: 5830125.

HSL color Cylindrical-coordinate representation of color #EDF558: hue angle of 63.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF558 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 88 -
CMYK 0.03 0 0.64 0.04
HSL 63.06º 0.89% 0.65% -
HSV(B) 63.06º 0.64% 0.96% -
XYZ 69.34 84.01 21.79 -
YUV 224.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 237 245 88 0.03 0 0.64 0.04 63.06 0.89 0.65
Hex ED F5 58 3 0 40 4 3F 59 41
Octal 355 365 130 3 0 100 4 77 131 101
Binary 11101101 11110101 1011000 11 0 1000000 100 111111 1011001 1000001

Color Harmonies of #EDF558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF558

Black with #EDF558

Text Example


Text Example

White with #EDF558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF558; }

 p { color: rgb(237,245,88); }

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

background-color css

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

 a { background-color: rgb(237,245,88); }

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

border-color css

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

 span { border-color: rgb(237,245,88); }

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