Html Css Color HEX #EDF165 Honeysuckle

📋 copy color: '#EDF165'

red 237 ◦ green 241 ◦ blue 101

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

Shades of Honeysuckle #EDF165

Tints of Honeysuckle #EDF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.62%

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

R = 40.93%
G = 41.62%
B = 17.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#EDF165 (or 0xEDF165) is known color: Honeysuckle. HEX triplet: ED, F1 and 65. RGB value is (237,241,101). Sum of RGB (Red+Green+Blue) = 237+241+101=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 101 (39.84% from 255 or 17.44% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF165 is #120E9A. Grayscale: #E0E0E0. Windows color (decimal): -1183387 or 6681069. OLE color: 6681069.

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

Color convert

RGB 237 241 101 -
CMYK 0.02 0 0.58 0.05
HSL 61.71º 0.83% 0.67% -
HSV(B) 61.71º 0.58% 0.95% -
XYZ 68.73 81.85 24.49 -
YUV 223.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 237 241 101 0.02 0 0.58 0.05 61.71 0.83 0.67
Hex ED F1 65 2 0 3A 5 3E 53 43
Octal 355 361 145 2 0 72 5 76 123 103
Binary 11101101 11110001 1100101 10 0 111010 101 111110 1010011 1000011

Color Harmonies of #EDF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF165

Black with #EDF165

Text Example


Text Example

White with #EDF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF165; }

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

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

background-color css

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

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

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

border-color css

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

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

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