Html Css Color HEX #EBBA5C Ronchi

📋 copy color: '#EBBA5C'

red 235 ◦ green 186 ◦ blue 92

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

Shades of Ronchi #EBBA5C

Tints of Ronchi #EBBA5C

RGB

 RED value IS 235 (92.19% from 255) = 45.81%

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

 BLUE value IS 92 (36.33% from 255) = 17.93%

R = 45.81%
G = 36.26%
B = 17.93%

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

#EBBA5C (or 0xEBBA5C) is known color: Ronchi. HEX triplet: EB, BA and 5C. RGB value is (235,186,92). Sum of RGB (Red+Green+Blue) = 235+186+92=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA5C is #1445A3. Grayscale: #BEBEBE. Windows color (decimal): -1328548 or 6077163. OLE color: 6077163.

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

Color convert

RGB 235 186 92 -
CMYK 0 0.21 0.61 0.08
HSL 39.44º 0.78% 0.64% -
HSV(B) 39.44º 0.61% 0.92% -
XYZ 53.75 53.55 17.63 -
YUV 189.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 235 186 92 0 0.21 0.61 0.08 39.44 0.78 0.64
Hex EB BA 5C 0 15 3D 8 27 4E 40
Octal 353 272 134 0 25 75 10 47 116 100
Binary 11101011 10111010 1011100 0 10101 111101 1000 100111 1001110 1000000

Color Harmonies of #EBBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA5C

Black with #EBBA5C

Text Example


Text Example

White with #EBBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA5C; }

 p { color: rgb(235,186,92); }

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

background-color css

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

 a { background-color: rgb(235,186,92); }

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

border-color css

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

 span { border-color: rgb(235,186,92); }

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