Html Css Color HEX #EDF566 Honeysuckle

📋 copy color: '#EDF566'

red 237 ◦ green 245 ◦ blue 102

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

Shades of Honeysuckle #EDF566

Tints of Honeysuckle #EDF566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.47%

R = 40.58%
G = 41.95%
B = 17.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#EDF566 (or 0xEDF566) is known color: Honeysuckle. HEX triplet: ED, F5 and 66. RGB value is (237,245,102). Sum of RGB (Red+Green+Blue) = 237+245+102=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 102 (40.23% from 255 or 17.47% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF566 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF566 is #120A99. Grayscale: #E2E2E2. Windows color (decimal): -1182362 or 6747629. OLE color: 6747629.

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

Color convert

RGB 237 245 102 -
CMYK 0.03 0 0.58 0.04
HSL 63.36º 0.88% 0.68% -
HSV(B) 63.36º 0.58% 0.96% -
XYZ 69.98 84.27 25.15 -
YUV 226.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 237 245 102 0.03 0 0.58 0.04 63.36 0.88 0.68
Hex ED F5 66 3 0 3A 4 3F 58 44
Octal 355 365 146 3 0 72 4 77 130 104
Binary 11101101 11110101 1100110 11 0 111010 100 111111 1011000 1000100

Color Harmonies of #EDF566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF566

Black with #EDF566

Text Example


Text Example

White with #EDF566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF566; }

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

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

background-color css

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

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

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

border-color css

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

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

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