Html Css Color HEX #EAB346 Ronchi

📋 copy color: '#EAB346'

red 234 ◦ green 179 ◦ blue 70

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

Shades of Ronchi #EAB346

Tints of Ronchi #EAB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 70 (27.73% from 255) = 14.49%

R = 48.45%
G = 37.06%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAB346 (or 0xEAB346) is known color: Ronchi. HEX triplet: EA, B3 and 46. RGB value is (234,179,70). Sum of RGB (Red+Green+Blue) = 234+179+70=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB346 is #154CB9. Grayscale: #B7B7B7. Windows color (decimal): -1395898 or 4633578. OLE color: 4633578.

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

Color convert

RGB 234 179 70 -
CMYK 0 0.24 0.70 0.08
HSL 39.88º 0.8% 0.6% -
HSV(B) 39.88º 0.7% 0.92% -
XYZ 51.16 50.17 12.78 -
YUV 183.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 234 179 70 0 0.24 0.70 0.08 39.88 0.8 0.6
Hex EA B3 46 0 18 46 8 28 50 3C
Octal 352 263 106 0 30 106 10 50 120 74
Binary 11101010 10110011 1000110 0 11000 1000110 1000 101000 1010000 111100

Color Harmonies of #EAB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB346

Black with #EAB346

Text Example


Text Example

White with #EAB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB346; }

 p { color: rgb(234,179,70); }

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

background-color css

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

 a { background-color: rgb(234,179,70); }

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

border-color css

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

 span { border-color: rgb(234,179,70); }

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