Html Css Color HEX #EAB354 Ronchi

📋 copy color: '#EAB354'

red 234 ◦ green 179 ◦ blue 84

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

Shades of Ronchi #EAB354

Tints of Ronchi #EAB354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.9%

R = 47.08%
G = 36.02%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB354 (or 0xEAB354) is known color: Ronchi. HEX triplet: EA, B3 and 54. RGB value is (234,179,84). Sum of RGB (Red+Green+Blue) = 234+179+84=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB354 is #154CAB. Grayscale: #B9B9B9. Windows color (decimal): -1395884 or 5551082. OLE color: 5551082.

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

Color convert

RGB 234 179 84 -
CMYK 0 0.24 0.64 0.08
HSL 38º 0.78% 0.62% -
HSV(B) 38º 0.64% 0.92% -
XYZ 51.65 50.37 15.39 -
YUV 184.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 234 179 84 0 0.24 0.64 0.08 38 0.78 0.62
Hex EA B3 54 0 18 40 8 26 4E 3E
Octal 352 263 124 0 30 100 10 46 116 76
Binary 11101010 10110011 1010100 0 11000 1000000 1000 100110 1001110 111110

Color Harmonies of #EAB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB354

Black with #EAB354

Text Example


Text Example

White with #EAB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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