Html Css Color HEX #EDF166 Honeysuckle

📋 copy color: '#EDF166'

red 237 ◦ green 241 ◦ blue 102

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

Shades of Honeysuckle #EDF166

Tints of Honeysuckle #EDF166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.59%

R = 40.86%
G = 41.55%
B = 17.59%

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

#EDF166 (or 0xEDF166) is known color: Honeysuckle. HEX triplet: ED, F1 and 66. RGB value is (237,241,102). Sum of RGB (Red+Green+Blue) = 237+241+102=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 102 (40.23% from 255 or 17.59% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF166 is #120E99. Grayscale: #E0E0E0. Windows color (decimal): -1183386 or 6746605. OLE color: 6746605.

HSL color Cylindrical-coordinate representation of color #EDF166: hue angle of 61.73º 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 #EDF166 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 102 -
CMYK 0.02 0 0.58 0.05
HSL 61.73º 0.83% 0.67% -
HSV(B) 61.73º 0.58% 0.95% -
XYZ 68.78 81.87 24.75 -
YUV 223.96 59.17 137.3 -
System Red Green Blue C M Y K H S L
Decimal 237 241 102 0.02 0 0.58 0.05 61.73 0.83 0.67
Hex ED F1 66 2 0 3A 5 3E 53 43
Octal 355 361 146 2 0 72 5 76 123 103
Binary 11101101 11110001 1100110 10 0 111010 101 111110 1010011 1000011

Color Harmonies of #EDF166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF166

Black with #EDF166

Text Example


Text Example

White with #EDF166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF166; }

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

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

background-color css

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

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

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

border-color css

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

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

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