Html Css Color HEX #EAB546 Ronchi

📋 copy color: '#EAB546'

red 234 ◦ green 181 ◦ blue 70

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

Shades of Ronchi #EAB546

Tints of Ronchi #EAB546

RGB

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

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

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

R = 48.25%
G = 37.32%
B = 14.43%

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

#EAB546 (or 0xEAB546) is known color: Ronchi. HEX triplet: EA, B5 and 46. RGB value is (234,181,70). Sum of RGB (Red+Green+Blue) = 234+181+70=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB546 is #154AB9. Grayscale: #B8B8B8. Windows color (decimal): -1395386 or 4634090. OLE color: 4634090.

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

Color convert

RGB 234 181 70 -
CMYK 0 0.23 0.70 0.08
HSL 40.61º 0.8% 0.6% -
HSV(B) 40.61º 0.7% 0.92% -
XYZ 51.56 50.98 12.92 -
YUV 184.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 234 181 70 0 0.23 0.70 0.08 40.61 0.8 0.6
Hex EA B5 46 0 17 46 8 29 50 3C
Octal 352 265 106 0 27 106 10 51 120 74
Binary 11101010 10110101 1000110 0 10111 1000110 1000 101001 1010000 111100

Color Harmonies of #EAB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB546

Black with #EAB546

Text Example


Text Example

White with #EAB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB546; }

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

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

background-color css

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

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

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

border-color css

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

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

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