Html Css Color HEX #EDE364 Honeysuckle

📋 copy color: '#EDE364'

red 237 ◦ green 227 ◦ blue 100

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

Shades of Honeysuckle #EDE364

Tints of Honeysuckle #EDE364

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

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

R = 42.02%
G = 40.25%
B = 17.73%

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

#EDE364 (or 0xEDE364) is known color: Honeysuckle. HEX triplet: ED, E3 and 64. RGB value is (237,227,100). Sum of RGB (Red+Green+Blue) = 237+227+100=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE364 is #121C9B. Grayscale: #D8D8D8. Windows color (decimal): -1186972 or 6611949. OLE color: 6611949.

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

Color convert

RGB 237 227 100 -
CMYK 0 0.04 0.58 0.07
HSL 55.62º 0.79% 0.66% -
HSV(B) 55.62º 0.58% 0.93% -
XYZ 64.69 73.86 22.9 -
YUV 215.51 62.81 143.33 -
System Red Green Blue C M Y K H S L
Decimal 237 227 100 0 0.04 0.58 0.07 55.62 0.79 0.66
Hex ED E3 64 0 4 3A 7 38 4F 42
Octal 355 343 144 0 4 72 7 70 117 102
Binary 11101101 11100011 1100100 0 100 111010 111 111000 1001111 1000010

Color Harmonies of #EDE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE364

Black with #EDE364

Text Example


Text Example

White with #EDE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE364; }

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

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

background-color css

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

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

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

border-color css

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

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

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