Html Css Color HEX #EDEC68 Honeysuckle

📋 copy color: '#EDEC68'

red 237 ◦ green 236 ◦ blue 104

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

Shades of Honeysuckle #EDEC68

Tints of Honeysuckle #EDEC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.9%

 BLUE value IS 104 (41.02% from 255) = 18.02%

R = 41.07%
G = 40.9%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDEC68 (or 0xEDEC68) is known color: Honeysuckle. HEX triplet: ED, EC and 68. RGB value is (237,236,104). Sum of RGB (Red+Green+Blue) = 237+236+104=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC68 is #121397. Grayscale: #DDDDDD. Windows color (decimal): -1184664 or 6876397. OLE color: 6876397.

HSL color Cylindrical-coordinate representation of color #EDEC68: hue angle of 59.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDEC68 is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 104 -
CMYK 0 0.00 0.56 0.07
HSL 59.55º 0.79% 0.67% -
HSV(B) 59.55º 0.56% 0.93% -
XYZ 67.42 78.99 24.79 -
YUV 221.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 237 236 104 0 0.00 0.56 0.07 59.55 0.79 0.67
Hex ED EC 68 0 0 38 7 3C 4F 43
Octal 355 354 150 0 0 70 7 74 117 103
Binary 11101101 11101100 1101000 0 0 111000 111 111100 1001111 1000011

Color Harmonies of #EDEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC68

Black with #EDEC68

Text Example


Text Example

White with #EDEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC68; }

 p { color: rgb(237,236,104); }

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

background-color css

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

 a { background-color: rgb(237,236,104); }

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

border-color css

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

 span { border-color: rgb(237,236,104); }

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