Html Css Color HEX #EDE85D Honeysuckle

📋 copy color: '#EDE85D'

red 237 ◦ green 232 ◦ blue 93

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

Shades of Honeysuckle #EDE85D

Tints of Honeysuckle #EDE85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.28%

 BLUE value IS 93 (36.72% from 255) = 16.55%

R = 42.17%
G = 41.28%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDE85D (or 0xEDE85D) is known color: Honeysuckle. HEX triplet: ED, E8 and 5D. RGB value is (237,232,93). Sum of RGB (Red+Green+Blue) = 237+232+93=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE85D is #1217A2. Grayscale: #DADADA. Windows color (decimal): -1185699 or 6154477. OLE color: 6154477.

HSL color Cylindrical-coordinate representation of color #EDE85D: hue angle of 57.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDE85D is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 93 -
CMYK 0 0.02 0.61 0.07
HSL 57.92º 0.8% 0.65% -
HSV(B) 57.92º 0.61% 0.93% -
XYZ 65.76 76.51 21.66 -
YUV 217.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 237 232 93 0 0.02 0.61 0.07 57.92 0.8 0.65
Hex ED E8 5D 0 2 3D 7 3A 50 41
Octal 355 350 135 0 2 75 7 72 120 101
Binary 11101101 11101000 1011101 0 10 111101 111 111010 1010000 1000001

Color Harmonies of #EDE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE85D

Black with #EDE85D

Text Example


Text Example

White with #EDE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE85D; }

 p { color: rgb(237,232,93); }

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

background-color css

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

 a { background-color: rgb(237,232,93); }

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

border-color css

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

 span { border-color: rgb(237,232,93); }

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