Html Css Color HEX #EAB547 Ronchi

📋 copy color: '#EAB547'

red 234 ◦ green 181 ◦ blue 71

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

Shades of Ronchi #EAB547

Tints of Ronchi #EAB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.24%

 BLUE value IS 71 (28.13% from 255) = 14.61%

R = 48.15%
G = 37.24%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAB547 (or 0xEAB547) is known color: Ronchi. HEX triplet: EA, B5 and 47. RGB value is (234,181,71). Sum of RGB (Red+Green+Blue) = 234+181+71=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB547 is #154AB8. Grayscale: #B8B8B8. Windows color (decimal): -1395385 or 4699626. OLE color: 4699626.

HSL color Cylindrical-coordinate representation of color #EAB547: hue angle of 40.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAB547 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 181 71 -
CMYK 0 0.23 0.70 0.08
HSL 40.49º 0.8% 0.6% -
HSV(B) 40.49º 0.7% 0.92% -
XYZ 51.59 51 13.09 -
YUV 184.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 234 181 71 0 0.23 0.70 0.08 40.49 0.8 0.6
Hex EA B5 47 0 17 46 8 28 50 3C
Octal 352 265 107 0 27 106 10 50 120 74
Binary 11101010 10110101 1000111 0 10111 1000110 1000 101000 1010000 111100

Color Harmonies of #EAB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB547

Black with #EAB547

Text Example


Text Example

White with #EAB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB547; }

 p { color: rgb(234,181,71); }

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

background-color css

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

 a { background-color: rgb(234,181,71); }

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

border-color css

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

 span { border-color: rgb(234,181,71); }

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