Html Css Color HEX #EDF26C Honeysuckle

📋 copy color: '#EDF26C'

red 237 ◦ green 242 ◦ blue 108

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

Shades of Honeysuckle #EDF26C

Tints of Honeysuckle #EDF26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.4%

R = 40.37%
G = 41.23%
B = 18.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#EDF26C (or 0xEDF26C) is known color: Honeysuckle. HEX triplet: ED, F2 and 6C. RGB value is (237,242,108). Sum of RGB (Red+Green+Blue) = 237+242+108=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 108 (42.58% from 255 or 18.40% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF26C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF26C is #120D93. Grayscale: #E1E1E1. Windows color (decimal): -1183124 or 7140077. OLE color: 7140077.

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

Color convert

RGB 237 242 108 -
CMYK 0.02 0 0.55 0.05
HSL 62.24º 0.84% 0.69% -
HSV(B) 62.24º 0.55% 0.95% -
XYZ 69.38 82.59 26.47 -
YUV 225.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 237 242 108 0.02 0 0.55 0.05 62.24 0.84 0.69
Hex ED F2 6C 2 0 37 5 3E 54 45
Octal 355 362 154 2 0 67 5 76 124 105
Binary 11101101 11110010 1101100 10 0 110111 101 111110 1010100 1000101

Color Harmonies of #EDF26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF26C

Black with #EDF26C

Text Example


Text Example

White with #EDF26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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