Html Css Color HEX #EDF06D Honeysuckle

📋 copy color: '#EDF06D'

red 237 ◦ green 240 ◦ blue 109

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

Shades of Honeysuckle #EDF06D

Tints of Honeysuckle #EDF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.96%

 BLUE value IS 109 (42.97% from 255) = 18.6%

R = 40.44%
G = 40.96%
B = 18.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EDF06D (or 0xEDF06D) is known color: Honeysuckle. HEX triplet: ED, F0 and 6D. RGB value is (237,240,109). Sum of RGB (Red+Green+Blue) = 237+240+109=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 109 (42.97% from 255 or 18.60% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF06D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF06D is #120F92. Grayscale: #E0E0E0. Windows color (decimal): -1183635 or 7205101. OLE color: 7205101.

HSL color Cylindrical-coordinate representation of color #EDF06D: hue angle of 61.37º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDF06D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 109 -
CMYK 0.01 0 0.55 0.06
HSL 61.37º 0.81% 0.68% -
HSV(B) 61.37º 0.55% 0.94% -
XYZ 68.85 81.43 26.56 -
YUV 224.17 63.01 137.15 -
System Red Green Blue C M Y K H S L
Decimal 237 240 109 0.01 0 0.55 0.06 61.37 0.81 0.68
Hex ED F0 6D 1 0 37 6 3D 51 44
Octal 355 360 155 1 0 67 6 75 121 104
Binary 11101101 11110000 1101101 1 0 110111 110 111101 1010001 1000100

Color Harmonies of #EDF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF06D

Black with #EDF06D

Text Example


Text Example

White with #EDF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF06D; }

 p { color: rgb(237,240,109); }

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

background-color css

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

 a { background-color: rgb(237,240,109); }

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

border-color css

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

 span { border-color: rgb(237,240,109); }

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