Html Css Color HEX #EDEA5D Honeysuckle

📋 copy color: '#EDEA5D'

red 237 ◦ green 234 ◦ blue 93

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

Shades of Honeysuckle #EDEA5D

Tints of Honeysuckle #EDEA5D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.49%

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

R = 42.02%
G = 41.49%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDEA5D (or 0xEDEA5D) is known color: Honeysuckle. HEX triplet: ED, EA and 5D. RGB value is (237,234,93). Sum of RGB (Red+Green+Blue) = 237+234+93=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA5D is #1215A2. Grayscale: #DBDBDB. Windows color (decimal): -1185187 or 6154989. OLE color: 6154989.

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

Color convert

RGB 237 234 93 -
CMYK 0 0.01 0.61 0.07
HSL 58.75º 0.8% 0.65% -
HSV(B) 58.75º 0.61% 0.93% -
XYZ 66.32 77.64 21.85 -
YUV 218.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 237 234 93 0 0.01 0.61 0.07 58.75 0.8 0.65
Hex ED EA 5D 0 1 3D 7 3B 50 41
Octal 355 352 135 0 1 75 7 73 120 101
Binary 11101101 11101010 1011101 0 1 111101 111 111011 1010000 1000001

Color Harmonies of #EDEA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA5D

Black with #EDEA5D

Text Example


Text Example

White with #EDEA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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