Html Css Color HEX #EBBA47 Ronchi

📋 copy color: '#EBBA47'

red 235 ◦ green 186 ◦ blue 71

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

Shades of Ronchi #EBBA47

Tints of Ronchi #EBBA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.43%

R = 47.76%
G = 37.8%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBBA47 (or 0xEBBA47) is known color: Ronchi. HEX triplet: EB, BA and 47. RGB value is (235,186,71). Sum of RGB (Red+Green+Blue) = 235+186+71=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA47 is #1445B8. Grayscale: #BCBCBC. Windows color (decimal): -1328569 or 4700907. OLE color: 4700907.

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

Color convert

RGB 235 186 71 -
CMYK 0 0.21 0.70 0.08
HSL 42.07º 0.8% 0.6% -
HSV(B) 42.07º 0.7% 0.92% -
XYZ 52.96 53.23 13.45 -
YUV 187.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 235 186 71 0 0.21 0.70 0.08 42.07 0.8 0.6
Hex EB BA 47 0 15 46 8 2A 50 3C
Octal 353 272 107 0 25 106 10 52 120 74
Binary 11101011 10111010 1000111 0 10101 1000110 1000 101010 1010000 111100

Color Harmonies of #EBBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA47

Black with #EBBA47

Text Example


Text Example

White with #EBBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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