Html Css Color HEX #EDE365 Honeysuckle

📋 copy color: '#EDE365'

red 237 ◦ green 227 ◦ blue 101

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

Shades of Honeysuckle #EDE365

Tints of Honeysuckle #EDE365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.88%

R = 41.95%
G = 40.18%
B = 17.88%

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

#EDE365 (or 0xEDE365) is known color: Honeysuckle. HEX triplet: ED, E3 and 65. RGB value is (237,227,101). Sum of RGB (Red+Green+Blue) = 237+227+101=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE365 is #121C9A. Grayscale: #D8D8D8. Windows color (decimal): -1186971 or 6677485. OLE color: 6677485.

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

Color convert

RGB 237 227 101 -
CMYK 0 0.04 0.57 0.07
HSL 55.59º 0.79% 0.66% -
HSV(B) 55.59º 0.57% 0.93% -
XYZ 64.74 73.88 23.16 -
YUV 215.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 237 227 101 0 0.04 0.57 0.07 55.59 0.79 0.66
Hex ED E3 65 0 4 39 7 38 4F 42
Octal 355 343 145 0 4 71 7 70 117 102
Binary 11101101 11100011 1100101 0 100 111001 111 111000 1001111 1000010

Color Harmonies of #EDE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE365

Black with #EDE365

Text Example


Text Example

White with #EDE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE365; }

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

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

background-color css

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

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

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

border-color css

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

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

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