Html Css Color HEX #EABA50 Ronchi

📋 copy color: '#EABA50'

red 234 ◦ green 186 ◦ blue 80

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

Shades of Ronchi #EABA50

Tints of Ronchi #EABA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16%

R = 46.8%
G = 37.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EABA50 (or 0xEABA50) is known color: Ronchi. HEX triplet: EA, BA and 50. RGB value is (234,186,80). Sum of RGB (Red+Green+Blue) = 234+186+80=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA50 is #1545AF. Grayscale: #BCBCBC. Windows color (decimal): -1394096 or 5290730. OLE color: 5290730.

HSL color Cylindrical-coordinate representation of color #EABA50: hue angle of 41.3º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EABA50 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 80 -
CMYK 0 0.21 0.66 0.08
HSL 41.3º 0.79% 0.62% -
HSV(B) 41.3º 0.66% 0.92% -
XYZ 52.94 53.19 15.07 -
YUV 188.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 234 186 80 0 0.21 0.66 0.08 41.3 0.79 0.62
Hex EA BA 50 0 15 42 8 29 4F 3E
Octal 352 272 120 0 25 102 10 51 117 76
Binary 11101010 10111010 1010000 0 10101 1000010 1000 101001 1001111 111110

Color Harmonies of #EABA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA50

Black with #EABA50

Text Example


Text Example

White with #EABA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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