Html Css Color HEX #EDE56C Honeysuckle

📋 copy color: '#EDE56C'

red 237 ◦ green 229 ◦ blue 108

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

Shades of Honeysuckle #EDE56C

Tints of Honeysuckle #EDE56C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.9%

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

R = 41.29%
G = 39.9%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDE56C (or 0xEDE56C) is known color: Honeysuckle. HEX triplet: ED, E5 and 6C. RGB value is (237,229,108). Sum of RGB (Red+Green+Blue) = 237+229+108=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 108 (42.58% from 255 or 18.82% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE56C is #121A93. Grayscale: #DADADA. Windows color (decimal): -1186452 or 7136749. OLE color: 7136749.

HSL color Cylindrical-coordinate representation of color #EDE56C: hue angle of 56.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE56C is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 108 -
CMYK 0 0.03 0.54 0.07
HSL 56.28º 0.78% 0.68% -
HSV(B) 56.28º 0.54% 0.93% -
XYZ 65.65 75.13 25.23 -
YUV 217.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 237 229 108 0 0.03 0.54 0.07 56.28 0.78 0.68
Hex ED E5 6C 0 3 36 7 38 4E 44
Octal 355 345 154 0 3 66 7 70 116 104
Binary 11101101 11100101 1101100 0 11 110110 111 111000 1001110 1000100

Color Harmonies of #EDE56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE56C

Black with #EDE56C

Text Example


Text Example

White with #EDE56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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