Html Css Color HEX #EDE165 Honeysuckle

📋 copy color: '#EDE165'

red 237 ◦ green 225 ◦ blue 101

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

Shades of Honeysuckle #EDE165

Tints of Honeysuckle #EDE165

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.96%

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

R = 42.1%
G = 39.96%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDE165 (or 0xEDE165) is known color: Honeysuckle. HEX triplet: ED, E1 and 65. RGB value is (237,225,101). Sum of RGB (Red+Green+Blue) = 237+225+101=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE165 is #121E9A. Grayscale: #D6D6D6. Windows color (decimal): -1187483 or 6676973. OLE color: 6676973.

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

Color convert

RGB 237 225 101 -
CMYK 0 0.05 0.57 0.07
HSL 54.71º 0.79% 0.66% -
HSV(B) 54.71º 0.57% 0.93% -
XYZ 64.2 72.79 22.98 -
YUV 214.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 237 225 101 0 0.05 0.57 0.07 54.71 0.79 0.66
Hex ED E1 65 0 5 39 7 37 4F 42
Octal 355 341 145 0 5 71 7 67 117 102
Binary 11101101 11100001 1100101 0 101 111001 111 110111 1001111 1000010

Color Harmonies of #EDE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE165

Black with #EDE165

Text Example


Text Example

White with #EDE165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE165; }

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

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

background-color css

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

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

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

border-color css

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

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

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