Html Css Color HEX #EDE56B Honeysuckle

📋 copy color: '#EDE56B'

red 237 ◦ green 229 ◦ blue 107

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

Shades of Honeysuckle #EDE56B

Tints of Honeysuckle #EDE56B

RGB

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

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

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

R = 41.36%
G = 39.97%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDE56B (or 0xEDE56B) is known color: Honeysuckle. HEX triplet: ED, E5 and 6B. RGB value is (237,229,107). Sum of RGB (Red+Green+Blue) = 237+229+107=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE56B is #121A94. Grayscale: #D9D9D9. Windows color (decimal): -1186453 or 7071213. OLE color: 7071213.

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

Color convert

RGB 237 229 107 -
CMYK 0 0.03 0.55 0.07
HSL 56.31º 0.78% 0.67% -
HSV(B) 56.31º 0.55% 0.93% -
XYZ 65.6 75.1 24.95 -
YUV 217.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 237 229 107 0 0.03 0.55 0.07 56.31 0.78 0.67
Hex ED E5 6B 0 3 37 7 38 4E 43
Octal 355 345 153 0 3 67 7 70 116 103
Binary 11101101 11100101 1101011 0 11 110111 111 111000 1001110 1000011

Color Harmonies of #EDE56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE56B

Black with #EDE56B

Text Example


Text Example

White with #EDE56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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