Html Css Color HEX #EBBA5B Ronchi

📋 copy color: '#EBBA5B'

red 235 ◦ green 186 ◦ blue 91

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

Shades of Ronchi #EBBA5B

Tints of Ronchi #EBBA5B

RGB

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

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

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

R = 45.9%
G = 36.33%
B = 17.77%

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

#EBBA5B (or 0xEBBA5B) is known color: Ronchi. HEX triplet: EB, BA and 5B. RGB value is (235,186,91). Sum of RGB (Red+Green+Blue) = 235+186+91=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA5B is #1445A4. Grayscale: #BEBEBE. Windows color (decimal): -1328549 or 6011627. OLE color: 6011627.

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

Color convert

RGB 235 186 91 -
CMYK 0 0.21 0.61 0.08
HSL 39.58º 0.78% 0.64% -
HSV(B) 39.58º 0.61% 0.92% -
XYZ 53.71 53.54 17.4 -
YUV 189.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 235 186 91 0 0.21 0.61 0.08 39.58 0.78 0.64
Hex EB BA 5B 0 15 3D 8 28 4E 40
Octal 353 272 133 0 25 75 10 50 116 100
Binary 11101011 10111010 1011011 0 10101 111101 1000 101000 1001110 1000000

Color Harmonies of #EBBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA5B

Black with #EBBA5B

Text Example


Text Example

White with #EBBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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