Html Css Color HEX #EDF065 Honeysuckle

📋 copy color: '#EDF065'

red 237 ◦ green 240 ◦ blue 101

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

Shades of Honeysuckle #EDF065

Tints of Honeysuckle #EDF065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.52%

 BLUE value IS 101 (39.84% from 255) = 17.47%

R = 41%
G = 41.52%
B = 17.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EDF065 (or 0xEDF065) is known color: Honeysuckle. HEX triplet: ED, F0 and 65. RGB value is (237,240,101). Sum of RGB (Red+Green+Blue) = 237+240+101=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 101 (39.84% from 255 or 17.47% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF065 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF065 is #120F9A. Grayscale: #DFDFDF. Windows color (decimal): -1183643 or 6680813. OLE color: 6680813.

HSL color Cylindrical-coordinate representation of color #EDF065: hue angle of 61.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDF065 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 101 -
CMYK 0.01 0 0.58 0.06
HSL 61.29º 0.82% 0.67% -
HSV(B) 61.29º 0.58% 0.94% -
XYZ 68.43 81.26 24.39 -
YUV 223.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 237 240 101 0.01 0 0.58 0.06 61.29 0.82 0.67
Hex ED F0 65 1 0 3A 6 3D 52 43
Octal 355 360 145 1 0 72 6 75 122 103
Binary 11101101 11110000 1100101 1 0 111010 110 111101 1010010 1000011

Color Harmonies of #EDF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF065

Black with #EDF065

Text Example


Text Example

White with #EDF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF065; }

 p { color: rgb(237,240,101); }

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

background-color css

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

 a { background-color: rgb(237,240,101); }

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

border-color css

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

 span { border-color: rgb(237,240,101); }

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