Html Css Color HEX #EAE470 Honeysuckle

📋 copy color: '#EAE470'

red 234 ◦ green 228 ◦ blue 112

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

Shades of Honeysuckle #EAE470

Tints of Honeysuckle #EAE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.72%

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

R = 40.77%
G = 39.72%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAE470 (or 0xEAE470) is known color: Honeysuckle. HEX triplet: EA, E4 and 70. RGB value is (234,228,112). Sum of RGB (Red+Green+Blue) = 234+228+112=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE470 is #151B8F. Grayscale: #D9D9D9. Windows color (decimal): -1383312 or 7398634. OLE color: 7398634.

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

Color convert

RGB 234 228 112 -
CMYK 0 0.03 0.52 0.08
HSL 57.05º 0.74% 0.68% -
HSV(B) 57.05º 0.52% 0.92% -
XYZ 64.6 74.15 26.24 -
YUV 216.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 234 228 112 0 0.03 0.52 0.08 57.05 0.74 0.68
Hex EA E4 70 0 3 34 8 39 4A 44
Octal 352 344 160 0 3 64 10 71 112 104
Binary 11101010 11100100 1110000 0 11 110100 1000 111001 1001010 1000100

Color Harmonies of #EAE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE470

Black with #EAE470

Text Example


Text Example

White with #EAE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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