Html Css Color HEX #EABA5D Ronchi

📋 copy color: '#EABA5D'

red 234 ◦ green 186 ◦ blue 93

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

Shades of Ronchi #EABA5D

Tints of Ronchi #EABA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.26%

 BLUE value IS 93 (36.72% from 255) = 18.13%

R = 45.61%
G = 36.26%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EABA5D (or 0xEABA5D) is known color: Ronchi. HEX triplet: EA, BA and 5D. RGB value is (234,186,93). Sum of RGB (Red+Green+Blue) = 234+186+93=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA5D is #1545A2. Grayscale: #BEBEBE. Windows color (decimal): -1394083 or 6142698. OLE color: 6142698.

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

Color convert

RGB 234 186 93 -
CMYK 0 0.21 0.60 0.08
HSL 39.57º 0.77% 0.64% -
HSV(B) 39.57º 0.6% 0.92% -
XYZ 53.47 53.4 17.85 -
YUV 189.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 234 186 93 0 0.21 0.60 0.08 39.57 0.77 0.64
Hex EA BA 5D 0 15 3C 8 28 4D 40
Octal 352 272 135 0 25 74 10 50 115 100
Binary 11101010 10111010 1011101 0 10101 111100 1000 101000 1001101 1000000

Color Harmonies of #EABA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA5D

Black with #EABA5D

Text Example


Text Example

White with #EABA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA5D; }

 p { color: rgb(234,186,93); }

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

background-color css

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

 a { background-color: rgb(234,186,93); }

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

border-color css

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

 span { border-color: rgb(234,186,93); }

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