Html Css Color HEX #EAE760 Honeysuckle

📋 copy color: '#EAE760'

red 234 ◦ green 231 ◦ blue 96

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

Shades of Honeysuckle #EAE760

Tints of Honeysuckle #EAE760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.18%

 BLUE value IS 96 (37.89% from 255) = 17.11%

R = 41.71%
G = 41.18%
B = 17.11%

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

#EAE760 (or 0xEAE760) is known color: Honeysuckle. HEX triplet: EA, E7 and 60. RGB value is (234,231,96). Sum of RGB (Red+Green+Blue) = 234+231+96=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE760 is #15189F. Grayscale: #D9D9D9. Windows color (decimal): -1382560 or 6350826. OLE color: 6350826.

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

Color convert

RGB 234 231 96 -
CMYK 0 0.01 0.59 0.08
HSL 58.7º 0.77% 0.65% -
HSV(B) 58.7º 0.59% 0.92% -
XYZ 64.62 75.49 22.23 -
YUV 216.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 234 231 96 0 0.01 0.59 0.08 58.7 0.77 0.65
Hex EA E7 60 0 1 3B 8 3B 4D 41
Octal 352 347 140 0 1 73 10 73 115 101
Binary 11101010 11100111 1100000 0 1 111011 1000 111011 1001101 1000001

Color Harmonies of #EAE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE760

Black with #EAE760

Text Example


Text Example

White with #EAE760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE760; }

 p { color: rgb(234,231,96); }

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

background-color css

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

 a { background-color: rgb(234,231,96); }

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

border-color css

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

 span { border-color: rgb(234,231,96); }

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