Html Css Color HEX #EDE065 Honeysuckle

📋 copy color: '#EDE065'

red 237 ◦ green 224 ◦ blue 101

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

Shades of Honeysuckle #EDE065

Tints of Honeysuckle #EDE065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.86%

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

R = 42.17%
G = 39.86%
B = 17.97%

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

#EDE065 (or 0xEDE065) is known color: Honeysuckle. HEX triplet: ED, E0 and 65. RGB value is (237,224,101). Sum of RGB (Red+Green+Blue) = 237+224+101=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE065 is #121F9A. Grayscale: #D6D6D6. Windows color (decimal): -1187739 or 6676717. OLE color: 6676717.

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

Color convert

RGB 237 224 101 -
CMYK 0 0.05 0.57 0.07
HSL 54.26º 0.79% 0.66% -
HSV(B) 54.26º 0.57% 0.93% -
XYZ 63.93 72.26 22.89 -
YUV 213.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 237 224 101 0 0.05 0.57 0.07 54.26 0.79 0.66
Hex ED E0 65 0 5 39 7 36 4F 42
Octal 355 340 145 0 5 71 7 66 117 102
Binary 11101101 11100000 1100101 0 101 111001 111 110110 1001111 1000010

Color Harmonies of #EDE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE065

Black with #EDE065

Text Example


Text Example

White with #EDE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE065; }

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

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

background-color css

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

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

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

border-color css

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

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

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