Html Css Color HEX #EAB454 Ronchi

📋 copy color: '#EAB454'

red 234 ◦ green 180 ◦ blue 84

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

Shades of Ronchi #EAB454

Tints of Ronchi #EAB454

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

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

R = 46.99%
G = 36.14%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB454 (or 0xEAB454) is known color: Ronchi. HEX triplet: EA, B4 and 54. RGB value is (234,180,84). Sum of RGB (Red+Green+Blue) = 234+180+84=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB454 is #154BAB. Grayscale: #B9B9B9. Windows color (decimal): -1395628 or 5551338. OLE color: 5551338.

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

Color convert

RGB 234 180 84 -
CMYK 0 0.23 0.64 0.08
HSL 38.4º 0.78% 0.62% -
HSV(B) 38.4º 0.64% 0.92% -
XYZ 51.85 50.78 15.46 -
YUV 185.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 234 180 84 0 0.23 0.64 0.08 38.4 0.78 0.62
Hex EA B4 54 0 17 40 8 26 4E 3E
Octal 352 264 124 0 27 100 10 46 116 76
Binary 11101010 10110100 1010100 0 10111 1000000 1000 100110 1001110 111110

Color Harmonies of #EAB454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB454

Black with #EAB454

Text Example


Text Example

White with #EAB454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB454; }

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

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

background-color css

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

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

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

border-color css

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

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

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