Html Css Color HEX #EDE964 Honeysuckle

📋 copy color: '#EDE964'

red 237 ◦ green 233 ◦ blue 100

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

Shades of Honeysuckle #EDE964

Tints of Honeysuckle #EDE964

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.88%

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

R = 41.58%
G = 40.88%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDE964 (or 0xEDE964) is known color: Honeysuckle. HEX triplet: ED, E9 and 64. RGB value is (237,233,100). Sum of RGB (Red+Green+Blue) = 237+233+100=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE964 is #12169B. Grayscale: #DBDBDB. Windows color (decimal): -1185436 or 6613485. OLE color: 6613485.

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

Color convert

RGB 237 233 100 -
CMYK 0 0.02 0.58 0.07
HSL 58.25º 0.79% 0.66% -
HSV(B) 58.25º 0.58% 0.93% -
XYZ 66.36 77.2 23.46 -
YUV 219.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 237 233 100 0 0.02 0.58 0.07 58.25 0.79 0.66
Hex ED E9 64 0 2 3A 7 3A 4F 42
Octal 355 351 144 0 2 72 7 72 117 102
Binary 11101101 11101001 1100100 0 10 111010 111 111010 1001111 1000010

Color Harmonies of #EDE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE964

Black with #EDE964

Text Example


Text Example

White with #EDE964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE964; }

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

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

background-color css

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

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

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

border-color css

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

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

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