Html Css Color HEX #EAB848 Ronchi

📋 copy color: '#EAB848'

red 234 ◦ green 184 ◦ blue 72

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

Shades of Ronchi #EAB848

Tints of Ronchi #EAB848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.55%

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

R = 47.76%
G = 37.55%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAB848 (or 0xEAB848) is known color: Ronchi. HEX triplet: EA, B8 and 48. RGB value is (234,184,72). Sum of RGB (Red+Green+Blue) = 234+184+72=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB848 is #1547B7. Grayscale: #BABABA. Windows color (decimal): -1394616 or 4765930. OLE color: 4765930.

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

Color convert

RGB 234 184 72 -
CMYK 0 0.21 0.69 0.08
HSL 41.48º 0.79% 0.6% -
HSV(B) 41.48º 0.69% 0.92% -
XYZ 52.24 52.24 13.46 -
YUV 186.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 234 184 72 0 0.21 0.69 0.08 41.48 0.79 0.6
Hex EA B8 48 0 15 45 8 29 4F 3C
Octal 352 270 110 0 25 105 10 51 117 74
Binary 11101010 10111000 1001000 0 10101 1000101 1000 101001 1001111 111100

Color Harmonies of #EAB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB848

Black with #EAB848

Text Example


Text Example

White with #EAB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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