Html Css Color HEX #EDF15B Honeysuckle

📋 copy color: '#EDF15B'

red 237 ◦ green 241 ◦ blue 91

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

Shades of Honeysuckle #EDF15B

Tints of Honeysuckle #EDF15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.99%

R = 41.65%
G = 42.36%
B = 15.99%

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

#EDF15B (or 0xEDF15B) is known color: Honeysuckle. HEX triplet: ED, F1 and 5B. RGB value is (237,241,91). Sum of RGB (Red+Green+Blue) = 237+241+91=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF15B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF15B is #120EA4. Grayscale: #DFDFDF. Windows color (decimal): -1183397 or 6025709. OLE color: 6025709.

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

Color convert

RGB 237 241 91 -
CMYK 0.02 0 0.62 0.05
HSL 61.6º 0.84% 0.65% -
HSV(B) 61.6º 0.62% 0.95% -
XYZ 68.27 81.67 22.06 -
YUV 222.7 53.67 138.2 -
System Red Green Blue C M Y K H S L
Decimal 237 241 91 0.02 0 0.62 0.05 61.6 0.84 0.65
Hex ED F1 5B 2 0 3E 5 3E 54 41
Octal 355 361 133 2 0 76 5 76 124 101
Binary 11101101 11110001 1011011 10 0 111110 101 111110 1010100 1000001

Color Harmonies of #EDF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF15B

Black with #EDF15B

Text Example


Text Example

White with #EDF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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