Html Css Color HEX #EAE970 Honeysuckle

📋 copy color: '#EAE970'

red 234 ◦ green 233 ◦ blue 112

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

Shades of Honeysuckle #EAE970

Tints of Honeysuckle #EAE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.24%

 BLUE value IS 112 (44.14% from 255) = 19.34%

R = 40.41%
G = 40.24%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAE970 (or 0xEAE970) is known color: Honeysuckle. HEX triplet: EA, E9 and 70. RGB value is (234,233,112). Sum of RGB (Red+Green+Blue) = 234+233+112=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE970 is #15168F. Grayscale: #DBDBDB. Windows color (decimal): -1382032 or 7399914. OLE color: 7399914.

HSL color Cylindrical-coordinate representation of color #EAE970: hue angle of 59.51º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAE970 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 233 112 -
CMYK 0 0.00 0.52 0.08
HSL 59.51º 0.74% 0.68% -
HSV(B) 59.51º 0.52% 0.92% -
XYZ 66 76.94 26.7 -
YUV 219.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 234 233 112 0 0.00 0.52 0.08 59.51 0.74 0.68
Hex EA E9 70 0 0 34 8 3C 4A 44
Octal 352 351 160 0 0 64 10 74 112 104
Binary 11101010 11101001 1110000 0 0 110100 1000 111100 1001010 1000100

Color Harmonies of #EAE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE970

Black with #EAE970

Text Example


Text Example

White with #EAE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE970; }

 p { color: rgb(234,233,112); }

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

background-color css

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

 a { background-color: rgb(234,233,112); }

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

border-color css

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

 span { border-color: rgb(234,233,112); }

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