Html Css Color HEX #EBBA46 Ronchi

📋 copy color: '#EBBA46'

red 235 ◦ green 186 ◦ blue 70

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

Shades of Ronchi #EBBA46

Tints of Ronchi #EBBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.26%

R = 47.86%
G = 37.88%
B = 14.26%

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

#EBBA46 (or 0xEBBA46) is known color: Ronchi. HEX triplet: EB, BA and 46. RGB value is (235,186,70). Sum of RGB (Red+Green+Blue) = 235+186+70=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA46 is #1445B9. Grayscale: #BBBBBB. Windows color (decimal): -1328570 or 4635371. OLE color: 4635371.

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

Color convert

RGB 235 186 70 -
CMYK 0 0.21 0.70 0.08
HSL 42.18º 0.8% 0.6% -
HSV(B) 42.18º 0.7% 0.92% -
XYZ 52.93 53.22 13.28 -
YUV 187.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 235 186 70 0 0.21 0.70 0.08 42.18 0.8 0.6
Hex EB BA 46 0 15 46 8 2A 50 3C
Octal 353 272 106 0 25 106 10 52 120 74
Binary 11101011 10111010 1000110 0 10101 1000110 1000 101010 1010000 111100

Color Harmonies of #EBBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA46

Black with #EBBA46

Text Example


Text Example

White with #EBBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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