Html Css Color HEX #EDF464 Honeysuckle

📋 copy color: '#EDF464'

red 237 ◦ green 244 ◦ blue 100

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

Shades of Honeysuckle #EDF464

Tints of Honeysuckle #EDF464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.21%

R = 40.79%
G = 42%
B = 17.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#EDF464 (or 0xEDF464) is known color: Honeysuckle. HEX triplet: ED, F4 and 64. RGB value is (237,244,100). Sum of RGB (Red+Green+Blue) = 237+244+100=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 100 (39.45% from 255 or 17.21% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF464 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF464 is #120B9B. Grayscale: #E2E2E2. Windows color (decimal): -1182620 or 6616301. OLE color: 6616301.

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

Color convert

RGB 237 244 100 -
CMYK 0.03 0 0.59 0.04
HSL 62.92º 0.87% 0.67% -
HSV(B) 62.92º 0.59% 0.96% -
XYZ 69.58 83.63 24.53 -
YUV 225.49 57.18 136.21 -
System Red Green Blue C M Y K H S L
Decimal 237 244 100 0.03 0 0.59 0.04 62.92 0.87 0.67
Hex ED F4 64 3 0 3B 4 3F 57 43
Octal 355 364 144 3 0 73 4 77 127 103
Binary 11101101 11110100 1100100 11 0 111011 100 111111 1010111 1000011

Color Harmonies of #EDF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF464

Black with #EDF464

Text Example


Text Example

White with #EDF464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF464; }

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

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

background-color css

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

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

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

border-color css

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

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

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