Html Css Color HEX #EDE56E Honeysuckle

📋 copy color: '#EDE56E'

red 237 ◦ green 229 ◦ blue 110

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

Shades of Honeysuckle #EDE56E

Tints of Honeysuckle #EDE56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.1%

R = 41.15%
G = 39.76%
B = 19.1%

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

#EDE56E (or 0xEDE56E) is known color: Honeysuckle. HEX triplet: ED, E5 and 6E. RGB value is (237,229,110). Sum of RGB (Red+Green+Blue) = 237+229+110=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE56E is #121A91. Grayscale: #DADADA. Windows color (decimal): -1186450 or 7267821. OLE color: 7267821.

HSL color Cylindrical-coordinate representation of color #EDE56E: hue angle of 56.22º 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 #EDE56E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 110 -
CMYK 0 0.03 0.54 0.07
HSL 56.22º 0.78% 0.68% -
HSV(B) 56.22º 0.54% 0.93% -
XYZ 65.76 75.17 25.8 -
YUV 217.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 237 229 110 0 0.03 0.54 0.07 56.22 0.78 0.68
Hex ED E5 6E 0 3 36 7 38 4E 44
Octal 355 345 156 0 3 66 7 70 116 104
Binary 11101101 11100101 1101110 0 11 110110 111 111000 1001110 1000100

Color Harmonies of #EDE56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE56E

Black with #EDE56E

Text Example


Text Example

White with #EDE56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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