Html Css Color HEX #EDF96A Honeysuckle

📋 copy color: '#EDF96A'

red 237 ◦ green 249 ◦ blue 106

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

Shades of Honeysuckle #EDF96A

Tints of Honeysuckle #EDF96A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.06%

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

R = 40.03%
G = 42.06%
B = 17.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#EDF96A (or 0xEDF96A) is known color: Honeysuckle. HEX triplet: ED, F9 and 6A. RGB value is (237,249,106). Sum of RGB (Red+Green+Blue) = 237+249+106=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 106 (41.80% from 255 or 17.91% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF96A is #120695. Grayscale: #E5E5E5. Windows color (decimal): -1181334 or 7010797. OLE color: 7010797.

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

Color convert

RGB 237 249 106 -
CMYK 0.05 0 0.57 0.02
HSL 65.03º 0.92% 0.7% -
HSV(B) 65.03º 0.57% 0.98% -
XYZ 71.4 86.8 26.63 -
YUV 229.11 58.52 133.63 -
System Red Green Blue C M Y K H S L
Decimal 237 249 106 0.05 0 0.57 0.02 65.03 0.92 0.7
Hex ED F9 6A 5 0 39 2 41 5C 46
Octal 355 371 152 5 0 71 2 101 134 106
Binary 11101101 11111001 1101010 101 0 111001 10 1000001 1011100 1000110

Color Harmonies of #EDF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF96A

Black with #EDF96A

Text Example


Text Example

White with #EDF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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