Html Css Color HEX #EBBA5E Ronchi

📋 copy color: '#EBBA5E'

red 235 ◦ green 186 ◦ blue 94

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

Shades of Ronchi #EBBA5E

Tints of Ronchi #EBBA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.25%

R = 45.63%
G = 36.12%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBBA5E (or 0xEBBA5E) is known color: Ronchi. HEX triplet: EB, BA and 5E. RGB value is (235,186,94). Sum of RGB (Red+Green+Blue) = 235+186+94=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA5E is #1445A1. Grayscale: #BEBEBE. Windows color (decimal): -1328546 or 6208235. OLE color: 6208235.

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

Color convert

RGB 235 186 94 -
CMYK 0 0.21 0.6 0.08
HSL 39.15º 0.78% 0.65% -
HSV(B) 39.15º 0.6% 0.92% -
XYZ 53.84 53.59 18.1 -
YUV 190.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 235 186 94 0 0.21 0.6 0.08 39.15 0.78 0.65
Hex EB BA 5E 0 15 3C 8 27 4E 41
Octal 353 272 136 0 25 74 10 47 116 101
Binary 11101011 10111010 1011110 0 10101 111100 1000 100111 1001110 1000001

Color Harmonies of #EBBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA5E

Black with #EBBA5E

Text Example


Text Example

White with #EBBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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