Html Css Color HEX #EAB548 Ronchi

📋 copy color: '#EAB548'

red 234 ◦ green 181 ◦ blue 72

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

Shades of Ronchi #EAB548

Tints of Ronchi #EAB548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 48.05%
G = 37.17%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAB548 (or 0xEAB548) is known color: Ronchi. HEX triplet: EA, B5 and 48. RGB value is (234,181,72). Sum of RGB (Red+Green+Blue) = 234+181+72=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB548 is #154AB7. Grayscale: #B8B8B8. Windows color (decimal): -1395384 or 4765162. OLE color: 4765162.

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

Color convert

RGB 234 181 72 -
CMYK 0 0.23 0.69 0.08
HSL 40.37º 0.79% 0.6% -
HSV(B) 40.37º 0.69% 0.92% -
XYZ 51.63 51.01 13.26 -
YUV 184.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 234 181 72 0 0.23 0.69 0.08 40.37 0.79 0.6
Hex EA B5 48 0 17 45 8 28 4F 3C
Octal 352 265 110 0 27 105 10 50 117 74
Binary 11101010 10110101 1001000 0 10111 1000101 1000 101000 1001111 111100

Color Harmonies of #EAB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB548

Black with #EAB548

Text Example


Text Example

White with #EAB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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