Html Css Color HEX #EDF56A Honeysuckle

📋 copy color: '#EDF56A'

red 237 ◦ green 245 ◦ blue 106

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

Shades of Honeysuckle #EDF56A

Tints of Honeysuckle #EDF56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.03%

R = 40.31%
G = 41.67%
B = 18.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#EDF56A (or 0xEDF56A) is known color: Honeysuckle. HEX triplet: ED, F5 and 6A. RGB value is (237,245,106). Sum of RGB (Red+Green+Blue) = 237+245+106=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 106 (41.80% from 255 or 18.03% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF56A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF56A is #120A95. Grayscale: #E3E3E3. Windows color (decimal): -1182358 or 7009773. OLE color: 7009773.

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

Color convert

RGB 237 245 106 -
CMYK 0.03 0 0.57 0.04
HSL 63.45º 0.87% 0.69% -
HSV(B) 63.45º 0.57% 0.96% -
XYZ 70.18 84.35 26.22 -
YUV 226.76 59.85 135.3 -
System Red Green Blue C M Y K H S L
Decimal 237 245 106 0.03 0 0.57 0.04 63.45 0.87 0.69
Hex ED F5 6A 3 0 39 4 3F 57 45
Octal 355 365 152 3 0 71 4 77 127 105
Binary 11101101 11110101 1101010 11 0 111001 100 111111 1010111 1000101

Color Harmonies of #EDF56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF56A

Black with #EDF56A

Text Example


Text Example

White with #EDF56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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