Html Css Color HEX #EDE76D Honeysuckle

📋 copy color: '#EDE76D'

red 237 ◦ green 231 ◦ blue 109

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

Shades of Honeysuckle #EDE76D

Tints of Honeysuckle #EDE76D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.03%

 BLUE value IS 109 (42.97% from 255) = 18.89%

R = 41.07%
G = 40.03%
B = 18.89%

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

#EDE76D (or 0xEDE76D) is known color: Honeysuckle. HEX triplet: ED, E7 and 6D. RGB value is (237,231,109). Sum of RGB (Red+Green+Blue) = 237+231+109=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE76D is #121892. Grayscale: #DBDBDB. Windows color (decimal): -1185939 or 7202797. OLE color: 7202797.

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

Color convert

RGB 237 231 109 -
CMYK 0 0.03 0.54 0.07
HSL 57.19º 0.78% 0.68% -
HSV(B) 57.19º 0.54% 0.93% -
XYZ 66.26 76.26 25.7 -
YUV 218.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 237 231 109 0 0.03 0.54 0.07 57.19 0.78 0.68
Hex ED E7 6D 0 3 36 7 39 4E 44
Octal 355 347 155 0 3 66 7 71 116 104
Binary 11101101 11100111 1101101 0 11 110110 111 111001 1001110 1000100

Color Harmonies of #EDE76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE76D

Black with #EDE76D

Text Example


Text Example

White with #EDE76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE76D; }

 p { color: rgb(237,231,109); }

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

background-color css

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

 a { background-color: rgb(237,231,109); }

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

border-color css

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

 span { border-color: rgb(237,231,109); }

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