Html Css Color HEX #EDF170 Honeysuckle

📋 copy color: '#EDF170'

red 237 ◦ green 241 ◦ blue 112

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

Shades of Honeysuckle #EDF170

Tints of Honeysuckle #EDF170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.98%

R = 40.17%
G = 40.85%
B = 18.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#EDF170 (or 0xEDF170) is known color: Honeysuckle. HEX triplet: ED, F1 and 70. RGB value is (237,241,112). Sum of RGB (Red+Green+Blue) = 237+241+112=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF170 is #120E8F. Grayscale: #E1E1E1. Windows color (decimal): -1183376 or 7401965. OLE color: 7401965.

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

Color convert

RGB 237 241 112 -
CMYK 0.02 0 0.54 0.05
HSL 61.86º 0.82% 0.69% -
HSV(B) 61.86º 0.54% 0.95% -
XYZ 69.3 82.08 27.52 -
YUV 225.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 237 241 112 0.02 0 0.54 0.05 61.86 0.82 0.69
Hex ED F1 70 2 0 36 5 3E 52 45
Octal 355 361 160 2 0 66 5 76 122 105
Binary 11101101 11110001 1110000 10 0 110110 101 111110 1010010 1000101

Color Harmonies of #EDF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF170

Black with #EDF170

Text Example


Text Example

White with #EDF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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