Html Css Color HEX #EBBA5D Ronchi

📋 copy color: '#EBBA5D'

red 235 ◦ green 186 ◦ blue 93

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

Shades of Ronchi #EBBA5D

Tints of Ronchi #EBBA5D

RGB

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

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

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

R = 45.72%
G = 36.19%
B = 18.09%

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

#EBBA5D (or 0xEBBA5D) is known color: Ronchi. HEX triplet: EB, BA and 5D. RGB value is (235,186,93). Sum of RGB (Red+Green+Blue) = 235+186+93=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA5D is #1445A2. Grayscale: #BEBEBE. Windows color (decimal): -1328547 or 6142699. OLE color: 6142699.

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

Color convert

RGB 235 186 93 -
CMYK 0 0.21 0.60 0.08
HSL 39.3º 0.78% 0.64% -
HSV(B) 39.3º 0.6% 0.92% -
XYZ 53.8 53.57 17.86 -
YUV 190.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 235 186 93 0 0.21 0.60 0.08 39.3 0.78 0.64
Hex EB BA 5D 0 15 3C 8 27 4E 40
Octal 353 272 135 0 25 74 10 47 116 100
Binary 11101011 10111010 1011101 0 10101 111100 1000 100111 1001110 1000000

Color Harmonies of #EBBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA5D

Black with #EBBA5D

Text Example


Text Example

White with #EBBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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