Html Css Color HEX #EAB554 Ronchi

📋 copy color: '#EAB554'

red 234 ◦ green 181 ◦ blue 84

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

Shades of Ronchi #EAB554

Tints of Ronchi #EAB554

RGB

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

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

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

R = 46.89%
G = 36.27%
B = 16.83%

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

#EAB554 (or 0xEAB554) is known color: Ronchi. HEX triplet: EA, B5 and 54. RGB value is (234,181,84). Sum of RGB (Red+Green+Blue) = 234+181+84=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB554 is #154AAB. Grayscale: #BABABA. Windows color (decimal): -1395372 or 5551594. OLE color: 5551594.

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

Color convert

RGB 234 181 84 -
CMYK 0 0.23 0.64 0.08
HSL 38.8º 0.78% 0.62% -
HSV(B) 38.8º 0.64% 0.92% -
XYZ 52.06 51.18 15.52 -
YUV 185.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 234 181 84 0 0.23 0.64 0.08 38.8 0.78 0.62
Hex EA B5 54 0 17 40 8 27 4E 3E
Octal 352 265 124 0 27 100 10 47 116 76
Binary 11101010 10110101 1010100 0 10111 1000000 1000 100111 1001110 111110

Color Harmonies of #EAB554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB554

Black with #EAB554

Text Example


Text Example

White with #EAB554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB554; }

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

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

background-color css

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

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

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

border-color css

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

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

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