Html Css Color HEX #EDF55A Honeysuckle

📋 copy color: '#EDF55A'

red 237 ◦ green 245 ◦ blue 90

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

Shades of Honeysuckle #EDF55A

Tints of Honeysuckle #EDF55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.73%

R = 41.43%
G = 42.83%
B = 15.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#EDF55A (or 0xEDF55A) is known color: Honeysuckle. HEX triplet: ED, F5 and 5A. RGB value is (237,245,90). Sum of RGB (Red+Green+Blue) = 237+245+90=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF55A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF55A is #120AA5. Grayscale: #E1E1E1. Windows color (decimal): -1182374 or 5961197. OLE color: 5961197.

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

Color convert

RGB 237 245 90 -
CMYK 0.03 0 0.63 0.04
HSL 63.1º 0.89% 0.66% -
HSV(B) 63.1º 0.63% 0.96% -
XYZ 69.42 84.05 22.24 -
YUV 224.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 237 245 90 0.03 0 0.63 0.04 63.1 0.89 0.66
Hex ED F5 5A 3 0 3F 4 3F 59 42
Octal 355 365 132 3 0 77 4 77 131 102
Binary 11101101 11110101 1011010 11 0 111111 100 111111 1011001 1000010

Color Harmonies of #EDF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF55A

Black with #EDF55A

Text Example


Text Example

White with #EDF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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