Html Css Color HEX #EDE466 Honeysuckle

📋 copy color: '#EDE466'

red 237 ◦ green 228 ◦ blue 102

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

Shades of Honeysuckle #EDE466

Tints of Honeysuckle #EDE466

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.21%

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

R = 41.8%
G = 40.21%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDE466 (or 0xEDE466) is known color: Honeysuckle. HEX triplet: ED, E4 and 66. RGB value is (237,228,102). Sum of RGB (Red+Green+Blue) = 237+228+102=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 102 (40.23% from 255 or 17.99% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE466 is #121B99. Grayscale: #D8D8D8. Windows color (decimal): -1186714 or 6743277. OLE color: 6743277.

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

Color convert

RGB 237 228 102 -
CMYK 0 0.04 0.57 0.07
HSL 56º 0.79% 0.66% -
HSV(B) 56º 0.57% 0.93% -
XYZ 65.07 74.45 23.51 -
YUV 216.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 237 228 102 0 0.04 0.57 0.07 56 0.79 0.66
Hex ED E4 66 0 4 39 7 38 4F 42
Octal 355 344 146 0 4 71 7 70 117 102
Binary 11101101 11100100 1100110 0 100 111001 111 111000 1001111 1000010

Color Harmonies of #EDE466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE466

Black with #EDE466

Text Example


Text Example

White with #EDE466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE466; }

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

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

background-color css

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

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

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

border-color css

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

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

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