Html Css Color HEX #EDF062 Honeysuckle

📋 copy color: '#EDF062'

red 237 ◦ green 240 ◦ blue 98

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

Shades of Honeysuckle #EDF062

Tints of Honeysuckle #EDF062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.04%

R = 41.22%
G = 41.74%
B = 17.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EDF062 (or 0xEDF062) is known color: Honeysuckle. HEX triplet: ED, F0 and 62. RGB value is (237,240,98). Sum of RGB (Red+Green+Blue) = 237+240+98=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 98 (38.67% from 255 or 17.04% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF062 is #120F9D. Grayscale: #DFDFDF. Windows color (decimal): -1183646 or 6484205. OLE color: 6484205.

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

Color convert

RGB 237 240 98 -
CMYK 0.01 0 0.59 0.06
HSL 61.27º 0.83% 0.66% -
HSV(B) 61.27º 0.59% 0.94% -
XYZ 68.29 81.21 23.63 -
YUV 222.92 57.51 138.05 -
System Red Green Blue C M Y K H S L
Decimal 237 240 98 0.01 0 0.59 0.06 61.27 0.83 0.66
Hex ED F0 62 1 0 3B 6 3D 53 42
Octal 355 360 142 1 0 73 6 75 123 102
Binary 11101101 11110000 1100010 1 0 111011 110 111101 1010011 1000010

Color Harmonies of #EDF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF062

Black with #EDF062

Text Example


Text Example

White with #EDF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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