Html Css Color HEX #EDE566 Honeysuckle

📋 copy color: '#EDE566'

red 237 ◦ green 229 ◦ blue 102

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

Shades of Honeysuckle #EDE566

Tints of Honeysuckle #EDE566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.96%

R = 41.73%
G = 40.32%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDE566 (or 0xEDE566) is known color: Honeysuckle. HEX triplet: ED, E5 and 66. RGB value is (237,229,102). Sum of RGB (Red+Green+Blue) = 237+229+102=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 102 (40.23% from 255 or 17.96% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE566 is #121A99. Grayscale: #D9D9D9. Windows color (decimal): -1186458 or 6743533. OLE color: 6743533.

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

Color convert

RGB 237 229 102 -
CMYK 0 0.03 0.57 0.07
HSL 56.44º 0.79% 0.66% -
HSV(B) 56.44º 0.57% 0.93% -
XYZ 65.34 75 23.6 -
YUV 216.91 63.15 142.33 -
System Red Green Blue C M Y K H S L
Decimal 237 229 102 0 0.03 0.57 0.07 56.44 0.79 0.66
Hex ED E5 66 0 3 39 7 38 4F 42
Octal 355 345 146 0 3 71 7 70 117 102
Binary 11101101 11100101 1100110 0 11 111001 111 111000 1001111 1000010

Color Harmonies of #EDE566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE566

Black with #EDE566

Text Example


Text Example

White with #EDE566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE566; }

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

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

background-color css

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

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

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

border-color css

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

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

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