Html Css Color HEX #EDFB6A Honeysuckle

📋 copy color: '#EDFB6A'

red 237 ◦ green 251 ◦ blue 106

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

Shades of Honeysuckle #EDFB6A

Tints of Honeysuckle #EDFB6A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.26%

 BLUE value IS 106 (41.8% from 255) = 17.85%

R = 39.9%
G = 42.26%
B = 17.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#EDFB6A (or 0xEDFB6A) is known color: Honeysuckle. HEX triplet: ED, FB and 6A. RGB value is (237,251,106). Sum of RGB (Red+Green+Blue) = 237+251+106=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 106 (41.80% from 255 or 17.85% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB6A is #120495. Grayscale: #E6E6E6. Windows color (decimal): -1180822 or 7011309. OLE color: 7011309.

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

Color convert

RGB 237 251 106 -
CMYK 0.06 0 0.58 0.02
HSL 65.79º 0.95% 0.7% -
HSV(B) 65.79º 0.58% 0.98% -
XYZ 72.02 88.04 26.83 -
YUV 230.28 57.86 132.79 -
System Red Green Blue C M Y K H S L
Decimal 237 251 106 0.06 0 0.58 0.02 65.79 0.95 0.7
Hex ED FB 6A 6 0 3A 2 42 5F 46
Octal 355 373 152 6 0 72 2 102 137 106
Binary 11101101 11111011 1101010 110 0 111010 10 1000010 1011111 1000110

Color Harmonies of #EDFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB6A

Black with #EDFB6A

Text Example


Text Example

White with #EDFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB6A; }

 p { color: rgb(237,251,106); }

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

background-color css

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

 a { background-color: rgb(237,251,106); }

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

border-color css

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

 span { border-color: rgb(237,251,106); }

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