Html Css Color HEX #EAE85F Honeysuckle

📋 copy color: '#EAE85F'

red 234 ◦ green 232 ◦ blue 95

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

Shades of Honeysuckle #EAE85F

Tints of Honeysuckle #EAE85F

RGB

 RED value IS 234 (91.8% from 255) = 41.71%

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

 BLUE value IS 95 (37.5% from 255) = 16.93%

R = 41.71%
G = 41.35%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAE85F (or 0xEAE85F) is known color: Honeysuckle. HEX triplet: EA, E8 and 5F. RGB value is (234,232,95). Sum of RGB (Red+Green+Blue) = 234+232+95=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE85F is #1517A0. Grayscale: #D9D9D9. Windows color (decimal): -1382305 or 6285546. OLE color: 6285546.

HSL color Cylindrical-coordinate representation of color #EAE85F: hue angle of 59.14º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAE85F is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 232 95 -
CMYK 0 0.01 0.59 0.08
HSL 59.14º 0.77% 0.65% -
HSV(B) 59.14º 0.59% 0.92% -
XYZ 64.85 76.03 22.08 -
YUV 216.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 234 232 95 0 0.01 0.59 0.08 59.14 0.77 0.65
Hex EA E8 5F 0 1 3B 8 3B 4D 41
Octal 352 350 137 0 1 73 10 73 115 101
Binary 11101010 11101000 1011111 0 1 111011 1000 111011 1001101 1000001

Color Harmonies of #EAE85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE85F

Black with #EAE85F

Text Example


Text Example

White with #EAE85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE85F; }

 p { color: rgb(234,232,95); }

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

background-color css

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

 a { background-color: rgb(234,232,95); }

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

border-color css

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

 span { border-color: rgb(234,232,95); }

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