Html Css Color HEX #EBBA50 Ronchi

📋 copy color: '#EBBA50'

red 235 ◦ green 186 ◦ blue 80

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

Shades of Ronchi #EBBA50

Tints of Ronchi #EBBA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 46.91%
G = 37.13%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBBA50 (or 0xEBBA50) is known color: Ronchi. HEX triplet: EB, BA and 50. RGB value is (235,186,80). Sum of RGB (Red+Green+Blue) = 235+186+80=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA50 is #1445AF. Grayscale: #BDBDBD. Windows color (decimal): -1328560 or 5290731. OLE color: 5290731.

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

Color convert

RGB 235 186 80 -
CMYK 0 0.21 0.66 0.08
HSL 41.03º 0.79% 0.62% -
HSV(B) 41.03º 0.66% 0.92% -
XYZ 53.27 53.36 15.08 -
YUV 188.57 66.73 161.12 -
System Red Green Blue C M Y K H S L
Decimal 235 186 80 0 0.21 0.66 0.08 41.03 0.79 0.62
Hex EB BA 50 0 15 42 8 29 4F 3E
Octal 353 272 120 0 25 102 10 51 117 76
Binary 11101011 10111010 1010000 0 10101 1000010 1000 101001 1001111 111110

Color Harmonies of #EBBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA50

Black with #EBBA50

Text Example


Text Example

White with #EBBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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