Html Css Color HEX #EBBA45 Ronchi

📋 copy color: '#EBBA45'

red 235 ◦ green 186 ◦ blue 69

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

Shades of Ronchi #EBBA45

Tints of Ronchi #EBBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.08%

R = 47.96%
G = 37.96%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBBA45 (or 0xEBBA45) is known color: Ronchi. HEX triplet: EB, BA and 45. RGB value is (235,186,69). Sum of RGB (Red+Green+Blue) = 235+186+69=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA45 is #1445BA. Grayscale: #BBBBBB. Windows color (decimal): -1328571 or 4569835. OLE color: 4569835.

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

Color convert

RGB 235 186 69 -
CMYK 0 0.21 0.71 0.08
HSL 42.29º 0.81% 0.6% -
HSV(B) 42.29º 0.71% 0.92% -
XYZ 52.89 53.21 13.11 -
YUV 187.31 61.23 162.01 -
System Red Green Blue C M Y K H S L
Decimal 235 186 69 0 0.21 0.71 0.08 42.29 0.81 0.6
Hex EB BA 45 0 15 47 8 2A 51 3C
Octal 353 272 105 0 25 107 10 52 121 74
Binary 11101011 10111010 1000101 0 10101 1000111 1000 101010 1010001 111100

Color Harmonies of #EBBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA45

Black with #EBBA45

Text Example


Text Example

White with #EBBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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