Html Css Color HEX #EDE66D Honeysuckle

📋 copy color: '#EDE66D'

red 237 ◦ green 230 ◦ blue 109

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

Shades of Honeysuckle #EDE66D

Tints of Honeysuckle #EDE66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.93%

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

R = 41.15%
G = 39.93%
B = 18.92%

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

#EDE66D (or 0xEDE66D) is known color: Honeysuckle. HEX triplet: ED, E6 and 6D. RGB value is (237,230,109). Sum of RGB (Red+Green+Blue) = 237+230+109=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE66D is #121992. Grayscale: #DADADA. Windows color (decimal): -1186195 or 7202541. OLE color: 7202541.

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

Color convert

RGB 237 230 109 -
CMYK 0 0.03 0.54 0.07
HSL 56.72º 0.78% 0.68% -
HSV(B) 56.72º 0.54% 0.93% -
XYZ 65.98 75.7 25.6 -
YUV 218.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 237 230 109 0 0.03 0.54 0.07 56.72 0.78 0.68
Hex ED E6 6D 0 3 36 7 39 4E 44
Octal 355 346 155 0 3 66 7 71 116 104
Binary 11101101 11100110 1101101 0 11 110110 111 111001 1001110 1000100

Color Harmonies of #EDE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE66D

Black with #EDE66D

Text Example


Text Example

White with #EDE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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