Html Css Color HEX #EDE56F Honeysuckle

📋 copy color: '#EDE56F'

red 237 ◦ green 229 ◦ blue 111

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

Shades of Honeysuckle #EDE56F

Tints of Honeysuckle #EDE56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.24%

R = 41.07%
G = 39.69%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE56F (or 0xEDE56F) is known color: Honeysuckle. HEX triplet: ED, E5 and 6F. RGB value is (237,229,111). Sum of RGB (Red+Green+Blue) = 237+229+111=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE56F is #121A90. Grayscale: #DADADA. Windows color (decimal): -1186449 or 7333357. OLE color: 7333357.

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

Color convert

RGB 237 229 111 -
CMYK 0 0.03 0.53 0.07
HSL 56.19º 0.78% 0.68% -
HSV(B) 56.19º 0.53% 0.93% -
XYZ 65.81 75.19 26.08 -
YUV 217.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 237 229 111 0 0.03 0.53 0.07 56.19 0.78 0.68
Hex ED E5 6F 0 3 35 7 38 4E 44
Octal 355 345 157 0 3 65 7 70 116 104
Binary 11101101 11100101 1101111 0 11 110101 111 111000 1001110 1000100

Color Harmonies of #EDE56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE56F

Black with #EDE56F

Text Example


Text Example

White with #EDE56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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