Html Css Color HEX #EDEA5E Honeysuckle

📋 copy color: '#EDEA5E'

red 237 ◦ green 234 ◦ blue 94

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

Shades of Honeysuckle #EDEA5E

Tints of Honeysuckle #EDEA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.64%

R = 41.95%
G = 41.42%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDEA5E (or 0xEDEA5E) is known color: Honeysuckle. HEX triplet: ED, EA and 5E. RGB value is (237,234,94). Sum of RGB (Red+Green+Blue) = 237+234+94=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA5E is #1215A1. Grayscale: #DBDBDB. Windows color (decimal): -1185186 or 6220525. OLE color: 6220525.

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

Color convert

RGB 237 234 94 -
CMYK 0 0.01 0.60 0.07
HSL 58.74º 0.8% 0.65% -
HSV(B) 58.74º 0.6% 0.93% -
XYZ 66.37 77.66 22.08 -
YUV 218.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 237 234 94 0 0.01 0.60 0.07 58.74 0.8 0.65
Hex ED EA 5E 0 1 3C 7 3B 50 41
Octal 355 352 136 0 1 74 7 73 120 101
Binary 11101101 11101010 1011110 0 1 111100 111 111011 1010000 1000001

Color Harmonies of #EDEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA5E

Black with #EDEA5E

Text Example


Text Example

White with #EDEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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