Html Css Color HEX #EABA5B Ronchi

📋 copy color: '#EABA5B'

red 234 ◦ green 186 ◦ blue 91

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

Shades of Ronchi #EABA5B

Tints of Ronchi #EABA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.81%

R = 45.79%
G = 36.4%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EABA5B (or 0xEABA5B) is known color: Ronchi. HEX triplet: EA, BA and 5B. RGB value is (234,186,91). Sum of RGB (Red+Green+Blue) = 234+186+91=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA5B is #1545A4. Grayscale: #BDBDBD. Windows color (decimal): -1394085 or 6011626. OLE color: 6011626.

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

Color convert

RGB 234 186 91 -
CMYK 0 0.21 0.61 0.08
HSL 39.86º 0.77% 0.64% -
HSV(B) 39.86º 0.61% 0.92% -
XYZ 53.38 53.37 17.38 -
YUV 189.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 234 186 91 0 0.21 0.61 0.08 39.86 0.77 0.64
Hex EA BA 5B 0 15 3D 8 28 4D 40
Octal 352 272 133 0 25 75 10 50 115 100
Binary 11101010 10111010 1011011 0 10101 111101 1000 101000 1001101 1000000

Color Harmonies of #EABA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA5B

Black with #EABA5B

Text Example


Text Example

White with #EABA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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