Html Css Color HEX #EDF15C Honeysuckle

📋 copy color: '#EDF15C'

red 237 ◦ green 241 ◦ blue 92

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

Shades of Honeysuckle #EDF15C

Tints of Honeysuckle #EDF15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.14%

R = 41.58%
G = 42.28%
B = 16.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#EDF15C (or 0xEDF15C) is known color: Honeysuckle. HEX triplet: ED, F1 and 5C. RGB value is (237,241,92). Sum of RGB (Red+Green+Blue) = 237+241+92=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 92 (36.33% from 255 or 16.14% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF15C is #120EA3. Grayscale: #DFDFDF. Windows color (decimal): -1183396 or 6091245. OLE color: 6091245.

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

Color convert

RGB 237 241 92 -
CMYK 0.02 0 0.62 0.05
HSL 61.61º 0.84% 0.65% -
HSV(B) 61.61º 0.62% 0.95% -
XYZ 68.31 81.69 22.29 -
YUV 222.82 54.17 138.12 -
System Red Green Blue C M Y K H S L
Decimal 237 241 92 0.02 0 0.62 0.05 61.61 0.84 0.65
Hex ED F1 5C 2 0 3E 5 3E 54 41
Octal 355 361 134 2 0 76 5 76 124 101
Binary 11101101 11110001 1011100 10 0 111110 101 111110 1010100 1000001

Color Harmonies of #EDF15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF15C

Black with #EDF15C

Text Example


Text Example

White with #EDF15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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