Html Css Color HEX #EDE464 Honeysuckle

📋 copy color: '#EDE464'

red 237 ◦ green 228 ◦ blue 100

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

Shades of Honeysuckle #EDE464

Tints of Honeysuckle #EDE464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.7%

R = 41.95%
G = 40.35%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDE464 (or 0xEDE464) is known color: Honeysuckle. HEX triplet: ED, E4 and 64. RGB value is (237,228,100). Sum of RGB (Red+Green+Blue) = 237+228+100=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE464 is #121B9B. Grayscale: #D8D8D8. Windows color (decimal): -1186716 or 6612205. OLE color: 6612205.

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

Color convert

RGB 237 228 100 -
CMYK 0 0.04 0.58 0.07
HSL 56.06º 0.79% 0.66% -
HSV(B) 56.06º 0.58% 0.93% -
XYZ 64.97 74.41 23 -
YUV 216.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 237 228 100 0 0.04 0.58 0.07 56.06 0.79 0.66
Hex ED E4 64 0 4 3A 7 38 4F 42
Octal 355 344 144 0 4 72 7 70 117 102
Binary 11101101 11100100 1100100 0 100 111010 111 111000 1001111 1000010

Color Harmonies of #EDE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE464

Black with #EDE464

Text Example


Text Example

White with #EDE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE464; }

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

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

background-color css

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

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

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

border-color css

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

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

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