Html Css Color HEX #EAB54A Ronchi

📋 copy color: '#EAB54A'

red 234 ◦ green 181 ◦ blue 74

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

Shades of Ronchi #EAB54A

Tints of Ronchi #EAB54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 47.85%
G = 37.01%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB54A (or 0xEAB54A) is known color: Ronchi. HEX triplet: EA, B5 and 4A. RGB value is (234,181,74). Sum of RGB (Red+Green+Blue) = 234+181+74=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB54A is #154AB5. Grayscale: #B9B9B9. Windows color (decimal): -1395382 or 4896234. OLE color: 4896234.

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

Color convert

RGB 234 181 74 -
CMYK 0 0.23 0.68 0.08
HSL 40.13º 0.79% 0.6% -
HSV(B) 40.13º 0.68% 0.92% -
XYZ 51.69 51.03 13.6 -
YUV 184.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 234 181 74 0 0.23 0.68 0.08 40.13 0.79 0.6
Hex EA B5 4A 0 17 44 8 28 4F 3C
Octal 352 265 112 0 27 104 10 50 117 74
Binary 11101010 10110101 1001010 0 10111 1000100 1000 101000 1001111 111100

Color Harmonies of #EAB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB54A

Black with #EAB54A

Text Example


Text Example

White with #EAB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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