Html Css Color HEX #EABA47 Ronchi

📋 copy color: '#EABA47'

red 234 ◦ green 186 ◦ blue 71

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

Shades of Ronchi #EABA47

Tints of Ronchi #EABA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

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

R = 47.66%
G = 37.88%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EABA47 (or 0xEABA47) is known color: Ronchi. HEX triplet: EA, BA and 47. RGB value is (234,186,71). Sum of RGB (Red+Green+Blue) = 234+186+71=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA47 is #1545B8. Grayscale: #BBBBBB. Windows color (decimal): -1394105 or 4700906. OLE color: 4700906.

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

Color convert

RGB 234 186 71 -
CMYK 0 0.21 0.70 0.08
HSL 42.33º 0.8% 0.6% -
HSV(B) 42.33º 0.7% 0.92% -
XYZ 52.63 53.07 13.43 -
YUV 187.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 234 186 71 0 0.21 0.70 0.08 42.33 0.8 0.6
Hex EA BA 47 0 15 46 8 2A 50 3C
Octal 352 272 107 0 25 106 10 52 120 74
Binary 11101010 10111010 1000111 0 10101 1000110 1000 101010 1010000 111100

Color Harmonies of #EABA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA47

Black with #EABA47

Text Example


Text Example

White with #EABA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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