Html Css Color HEX #EDF462 Honeysuckle

📋 copy color: '#EDF462'

red 237 ◦ green 244 ◦ blue 98

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

Shades of Honeysuckle #EDF462

Tints of Honeysuckle #EDF462

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.14%

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

R = 40.93%
G = 42.14%
B = 16.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#EDF462 (or 0xEDF462) is known color: Honeysuckle. HEX triplet: ED, F4 and 62. RGB value is (237,244,98). Sum of RGB (Red+Green+Blue) = 237+244+98=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 98 (38.67% from 255 or 16.93% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF462 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF462 is #120B9D. Grayscale: #E1E1E1. Windows color (decimal): -1182622 or 6485229. OLE color: 6485229.

HSL color Cylindrical-coordinate representation of color #EDF462: hue angle of 62.88º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF462 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 98 -
CMYK 0.03 0 0.60 0.04
HSL 62.88º 0.87% 0.67% -
HSV(B) 62.88º 0.6% 0.96% -
XYZ 69.48 83.59 24.03 -
YUV 225.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 237 244 98 0.03 0 0.60 0.04 62.88 0.87 0.67
Hex ED F4 62 3 0 3C 4 3F 57 43
Octal 355 364 142 3 0 74 4 77 127 103
Binary 11101101 11110100 1100010 11 0 111100 100 111111 1010111 1000011

Color Harmonies of #EDF462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF462

Black with #EDF462

Text Example


Text Example

White with #EDF462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF462; }

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

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

background-color css

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

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

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

border-color css

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

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

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