Html Css Color HEX #EBBA49 Ronchi

📋 copy color: '#EBBA49'

red 235 ◦ green 186 ◦ blue 73

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

Shades of Ronchi #EBBA49

Tints of Ronchi #EBBA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.78%

R = 47.57%
G = 37.65%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBBA49 (or 0xEBBA49) is known color: Ronchi. HEX triplet: EB, BA and 49. RGB value is (235,186,73). Sum of RGB (Red+Green+Blue) = 235+186+73=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA49 is #1445B6. Grayscale: #BCBCBC. Windows color (decimal): -1328567 or 4831979. OLE color: 4831979.

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

Color convert

RGB 235 186 73 -
CMYK 0 0.21 0.69 0.08
HSL 41.85º 0.8% 0.6% -
HSV(B) 41.85º 0.69% 0.92% -
XYZ 53.02 53.26 13.79 -
YUV 187.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 235 186 73 0 0.21 0.69 0.08 41.85 0.8 0.6
Hex EB BA 49 0 15 45 8 2A 50 3C
Octal 353 272 111 0 25 105 10 52 120 74
Binary 11101011 10111010 1001001 0 10101 1000101 1000 101010 1010000 111100

Color Harmonies of #EBBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA49

Black with #EBBA49

Text Example


Text Example

White with #EBBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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