Html Css Color HEX #EDF257 Honeysuckle

📋 copy color: '#EDF257'

red 237 ◦ green 242 ◦ blue 87

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

Shades of Honeysuckle #EDF257

Tints of Honeysuckle #EDF257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.76%

 BLUE value IS 87 (34.38% from 255) = 15.37%

R = 41.87%
G = 42.76%
B = 15.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#EDF257 (or 0xEDF257) is known color: Honeysuckle. HEX triplet: ED, F2 and 57. RGB value is (237,242,87). Sum of RGB (Red+Green+Blue) = 237+242+87=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 87 (34.38% from 255 or 15.37% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF257 is #120DA8. Grayscale: #DFDFDF. Windows color (decimal): -1183145 or 5763821. OLE color: 5763821.

HSL color Cylindrical-coordinate representation of color #EDF257: hue angle of 61.94º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF257 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 87 -
CMYK 0.02 0 0.64 0.05
HSL 61.94º 0.86% 0.65% -
HSV(B) 61.94º 0.64% 0.95% -
XYZ 68.4 82.2 21.28 -
YUV 222.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 237 242 87 0.02 0 0.64 0.05 61.94 0.86 0.65
Hex ED F2 57 2 0 40 5 3E 56 41
Octal 355 362 127 2 0 100 5 76 126 101
Binary 11101101 11110010 1010111 10 0 1000000 101 111110 1010110 1000001

Color Harmonies of #EDF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF257

Black with #EDF257

Text Example


Text Example

White with #EDF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF257; }

 p { color: rgb(237,242,87); }

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

background-color css

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

 a { background-color: rgb(237,242,87); }

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

border-color css

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

 span { border-color: rgb(237,242,87); }

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