Html Css Color HEX #EDF26A Honeysuckle

📋 copy color: '#EDF26A'

red 237 ◦ green 242 ◦ blue 106

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

Shades of Honeysuckle #EDF26A

Tints of Honeysuckle #EDF26A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.37%

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

R = 40.51%
G = 41.37%
B = 18.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#EDF26A (or 0xEDF26A) is known color: Honeysuckle. HEX triplet: ED, F2 and 6A. RGB value is (237,242,106). Sum of RGB (Red+Green+Blue) = 237+242+106=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF26A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF26A is #120D95. Grayscale: #E1E1E1. Windows color (decimal): -1183126 or 7009005. OLE color: 7009005.

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

Color convert

RGB 237 242 106 -
CMYK 0.02 0 0.56 0.05
HSL 62.21º 0.84% 0.68% -
HSV(B) 62.21º 0.56% 0.95% -
XYZ 69.28 82.55 25.92 -
YUV 225 60.84 136.56 -
System Red Green Blue C M Y K H S L
Decimal 237 242 106 0.02 0 0.56 0.05 62.21 0.84 0.68
Hex ED F2 6A 2 0 38 5 3E 54 44
Octal 355 362 152 2 0 70 5 76 124 104
Binary 11101101 11110010 1101010 10 0 111000 101 111110 1010100 1000100

Color Harmonies of #EDF26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF26A

Black with #EDF26A

Text Example


Text Example

White with #EDF26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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