Html Css Color HEX #EAB845 Ronchi

📋 copy color: '#EAB845'

red 234 ◦ green 184 ◦ blue 69

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

Shades of Ronchi #EAB845

Tints of Ronchi #EAB845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.17%

R = 48.05%
G = 37.78%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAB845 (or 0xEAB845) is known color: Ronchi. HEX triplet: EA, B8 and 45. RGB value is (234,184,69). Sum of RGB (Red+Green+Blue) = 234+184+69=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB845 is #1547BA. Grayscale: #BABABA. Windows color (decimal): -1394619 or 4569322. OLE color: 4569322.

HSL color Cylindrical-coordinate representation of color #EAB845: hue angle of 41.82º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAB845 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 69 -
CMYK 0 0.21 0.71 0.08
HSL 41.82º 0.8% 0.59% -
HSV(B) 41.82º 0.71% 0.92% -
XYZ 52.15 52.2 12.96 -
YUV 185.84 62.07 162.35 -
System Red Green Blue C M Y K H S L
Decimal 234 184 69 0 0.21 0.71 0.08 41.82 0.8 0.59
Hex EA B8 45 0 15 47 8 2A 50 3B
Octal 352 270 105 0 25 107 10 52 120 73
Binary 11101010 10111000 1000101 0 10101 1000111 1000 101010 1010000 111011

Color Harmonies of #EAB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB845

Black with #EAB845

Text Example


Text Example

White with #EAB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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