Html Css Color HEX #EDF058 Honeysuckle

📋 copy color: '#EDF058'

red 237 ◦ green 240 ◦ blue 88

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

Shades of Honeysuckle #EDF058

Tints of Honeysuckle #EDF058

RGB

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

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

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

R = 41.95%
G = 42.48%
B = 15.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EDF058 (or 0xEDF058) is known color: Honeysuckle. HEX triplet: ED, F0 and 58. RGB value is (237,240,88). Sum of RGB (Red+Green+Blue) = 237+240+88=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 88 (34.77% from 255 or 15.58% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF058 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF058 is #120FA7. Grayscale: #DEDEDE. Windows color (decimal): -1183656 or 5828845. OLE color: 5828845.

HSL color Cylindrical-coordinate representation of color #EDF058: hue angle of 61.18º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF058 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 88 -
CMYK 0.01 0 0.63 0.06
HSL 61.18º 0.84% 0.64% -
HSV(B) 61.18º 0.63% 0.94% -
XYZ 67.85 81.03 21.3 -
YUV 221.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 237 240 88 0.01 0 0.63 0.06 61.18 0.84 0.64
Hex ED F0 58 1 0 3F 6 3D 54 40
Octal 355 360 130 1 0 77 6 75 124 100
Binary 11101101 11110000 1011000 1 0 111111 110 111101 1010100 1000000

Color Harmonies of #EDF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF058

Black with #EDF058

Text Example


Text Example

White with #EDF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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