Html Css Color HEX #EDF755 Honeysuckle

📋 copy color: '#EDF755'

red 237 ◦ green 247 ◦ blue 85

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

Shades of Honeysuckle #EDF755

Tints of Honeysuckle #EDF755

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.41%

 BLUE value IS 85 (33.59% from 255) = 14.94%

R = 41.65%
G = 43.41%
B = 14.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#EDF755 (or 0xEDF755) is known color: Honeysuckle. HEX triplet: ED, F7 and 55. RGB value is (237,247,85). Sum of RGB (Red+Green+Blue) = 237+247+85=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 85 (33.59% from 255 or 14.94% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF755 is #1208AA. Grayscale: #E2E2E2. Windows color (decimal): -1181867 or 5634029. OLE color: 5634029.

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

Color convert

RGB 237 247 85 -
CMYK 0.04 0 0.66 0.03
HSL 63.7º 0.91% 0.65% -
HSV(B) 63.7º 0.66% 0.97% -
XYZ 69.83 85.18 21.36 -
YUV 225.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 237 247 85 0.04 0 0.66 0.03 63.7 0.91 0.65
Hex ED F7 55 4 0 42 3 40 5B 41
Octal 355 367 125 4 0 102 3 100 133 101
Binary 11101101 11110111 1010101 100 0 1000010 11 1000000 1011011 1000001

Color Harmonies of #EDF755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF755

Black with #EDF755

Text Example


Text Example

White with #EDF755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF755; }

 p { color: rgb(237,247,85); }

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

background-color css

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

 a { background-color: rgb(237,247,85); }

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

border-color css

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

 span { border-color: rgb(237,247,85); }

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