Html Css Color HEX #EAB55A Ronchi

📋 copy color: '#EAB55A'

red 234 ◦ green 181 ◦ blue 90

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

Shades of Ronchi #EAB55A

Tints of Ronchi #EAB55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 46.34%
G = 35.84%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAB55A (or 0xEAB55A) is known color: Ronchi. HEX triplet: EA, B5 and 5A. RGB value is (234,181,90). Sum of RGB (Red+Green+Blue) = 234+181+90=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB55A is #154AA5. Grayscale: #BABABA. Windows color (decimal): -1395366 or 5944810. OLE color: 5944810.

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

Color convert

RGB 234 181 90 -
CMYK 0 0.23 0.62 0.08
HSL 37.92º 0.77% 0.64% -
HSV(B) 37.92º 0.62% 0.92% -
XYZ 52.3 51.28 16.81 -
YUV 186.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 234 181 90 0 0.23 0.62 0.08 37.92 0.77 0.64
Hex EA B5 5A 0 17 3E 8 26 4D 40
Octal 352 265 132 0 27 76 10 46 115 100
Binary 11101010 10110101 1011010 0 10111 111110 1000 100110 1001101 1000000

Color Harmonies of #EAB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB55A

Black with #EAB55A

Text Example


Text Example

White with #EAB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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