Html Css Color HEX #EDE66C Honeysuckle

📋 copy color: '#EDE66C'

red 237 ◦ green 230 ◦ blue 108

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

Shades of Honeysuckle #EDE66C

Tints of Honeysuckle #EDE66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.78%

R = 41.22%
G = 40%
B = 18.78%

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

#EDE66C (or 0xEDE66C) is known color: Honeysuckle. HEX triplet: ED, E6 and 6C. RGB value is (237,230,108). Sum of RGB (Red+Green+Blue) = 237+230+108=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE66C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE66C is #121993. Grayscale: #DADADA. Windows color (decimal): -1186196 or 7137005. OLE color: 7137005.

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

Color convert

RGB 237 230 108 -
CMYK 0 0.03 0.54 0.07
HSL 56.74º 0.78% 0.68% -
HSV(B) 56.74º 0.54% 0.93% -
XYZ 65.93 75.68 25.32 -
YUV 218.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 237 230 108 0 0.03 0.54 0.07 56.74 0.78 0.68
Hex ED E6 6C 0 3 36 7 39 4E 44
Octal 355 346 154 0 3 66 7 71 116 104
Binary 11101101 11100110 1101100 0 11 110110 111 111001 1001110 1000100

Color Harmonies of #EDE66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE66C

Black with #EDE66C

Text Example


Text Example

White with #EDE66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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