Html Css Color HEX #EDF06B Honeysuckle

📋 copy color: '#EDF06B'

red 237 ◦ green 240 ◦ blue 107

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

Shades of Honeysuckle #EDF06B

Tints of Honeysuckle #EDF06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.32%

R = 40.58%
G = 41.1%
B = 18.32%

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

#EDF06B (or 0xEDF06B) is known color: Honeysuckle. HEX triplet: ED, F0 and 6B. RGB value is (237,240,107). Sum of RGB (Red+Green+Blue) = 237+240+107=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF06B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF06B is #120F94. Grayscale: #E0E0E0. Windows color (decimal): -1183637 or 7074029. OLE color: 7074029.

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

Color convert

RGB 237 240 107 -
CMYK 0.01 0 0.55 0.06
HSL 61.35º 0.82% 0.68% -
HSV(B) 61.35º 0.55% 0.94% -
XYZ 68.74 81.39 26 -
YUV 223.94 62.01 137.31 -
System Red Green Blue C M Y K H S L
Decimal 237 240 107 0.01 0 0.55 0.06 61.35 0.82 0.68
Hex ED F0 6B 1 0 37 6 3D 52 44
Octal 355 360 153 1 0 67 6 75 122 104
Binary 11101101 11110000 1101011 1 0 110111 110 111101 1010010 1000100

Color Harmonies of #EDF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF06B

Black with #EDF06B

Text Example


Text Example

White with #EDF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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