Html Css Color HEX #EDF855 Honeysuckle

📋 copy color: '#EDF855'

red 237 ◦ green 248 ◦ blue 85

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

Shades of Honeysuckle #EDF855

Tints of Honeysuckle #EDF855

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.51%

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

R = 41.58%
G = 43.51%
B = 14.91%

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

#EDF855 (or 0xEDF855) is known color: Honeysuckle. HEX triplet: ED, F8 and 55. RGB value is (237,248,85). Sum of RGB (Red+Green+Blue) = 237+248+85=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 85 (33.59% from 255 or 14.91% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF855 is #1207AA. Grayscale: #E2E2E2. Windows color (decimal): -1181611 or 5634285. OLE color: 5634285.

HSL color Cylindrical-coordinate representation of color #EDF855: hue angle of 64.05º degrees, saturation: 0.92, 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 #EDF855 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 85 -
CMYK 0.04 0 0.66 0.03
HSL 64.05º 0.92% 0.65% -
HSV(B) 64.05º 0.66% 0.97% -
XYZ 70.13 85.8 21.46 -
YUV 226.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 237 248 85 0.04 0 0.66 0.03 64.05 0.92 0.65
Hex ED F8 55 4 0 42 3 40 5C 41
Octal 355 370 125 4 0 102 3 100 134 101
Binary 11101101 11111000 1010101 100 0 1000010 11 1000000 1011100 1000001

Color Harmonies of #EDF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF855

Black with #EDF855

Text Example


Text Example

White with #EDF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF855; }

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

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

background-color css

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

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

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

border-color css

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

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

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