Html Css Color HEX #EDF06C Honeysuckle

📋 copy color: '#EDF06C'

red 237 ◦ green 240 ◦ blue 108

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

Shades of Honeysuckle #EDF06C

Tints of Honeysuckle #EDF06C

RGB

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

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

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

R = 40.51%
G = 41.03%
B = 18.46%

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

#EDF06C (or 0xEDF06C) is known color: Honeysuckle. HEX triplet: ED, F0 and 6C. RGB value is (237,240,108). Sum of RGB (Red+Green+Blue) = 237+240+108=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 108 (42.58% from 255 or 18.46% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF06C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF06C is #120F93. Grayscale: #E0E0E0. Windows color (decimal): -1183636 or 7139565. OLE color: 7139565.

HSL color Cylindrical-coordinate representation of color #EDF06C: hue angle of 61.36º 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 #EDF06C is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 108 -
CMYK 0.01 0 0.55 0.06
HSL 61.36º 0.81% 0.68% -
HSV(B) 61.36º 0.55% 0.94% -
XYZ 68.79 81.41 26.27 -
YUV 224.06 62.51 137.23 -
System Red Green Blue C M Y K H S L
Decimal 237 240 108 0.01 0 0.55 0.06 61.36 0.81 0.68
Hex ED F0 6C 1 0 37 6 3D 51 44
Octal 355 360 154 1 0 67 6 75 121 104
Binary 11101101 11110000 1101100 1 0 110111 110 111101 1010001 1000100

Color Harmonies of #EDF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF06C

Black with #EDF06C

Text Example


Text Example

White with #EDF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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