Html Css Color HEX #EDEF6B Honeysuckle

📋 copy color: '#EDEF6B'

red 237 ◦ green 239 ◦ blue 107

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

Shades of Honeysuckle #EDEF6B

Tints of Honeysuckle #EDEF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

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

R = 40.65%
G = 40.99%
B = 18.35%

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

#EDEF6B (or 0xEDEF6B) is known color: Honeysuckle. HEX triplet: ED, EF and 6B. RGB value is (237,239,107). Sum of RGB (Red+Green+Blue) = 237+239+107=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF6B is #121094. Grayscale: #DFDFDF. Windows color (decimal): -1183893 or 7073773. OLE color: 7073773.

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

Color convert

RGB 237 239 107 -
CMYK 0.01 0 0.55 0.06
HSL 60.91º 0.8% 0.68% -
HSV(B) 60.91º 0.55% 0.94% -
XYZ 68.45 80.8 25.9 -
YUV 223.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 237 239 107 0.01 0 0.55 0.06 60.91 0.8 0.68
Hex ED EF 6B 1 0 37 6 3D 50 44
Octal 355 357 153 1 0 67 6 75 120 104
Binary 11101101 11101111 1101011 1 0 110111 110 111101 1010000 1000100

Color Harmonies of #EDEF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF6B

Black with #EDEF6B

Text Example


Text Example

White with #EDEF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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