#EBB75A

Color #EBB75A Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #EBB75A

Tints of Ronchi #EBB75A

Color information

#EBB75A (or 0xEBB75A) is unknown color: approx Ronchi. HEX triplet: EB, B7 and 5A. RGB value is (235,183,90). Sum of RGB (Red+Green+Blue) = 235+183+90=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB75A is #1448A5. Grayscale: #BCBCBC. Windows color (decimal): -1329318 or 5945323. OLE color: 5945323.

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

Color convert

RGB23518390-
CMYK00.220.620.08
HSL38.48º78.38%63.73%-
HSV(B)38.48º61.7%92.16%-
XYZ53.0452.2716.97-
YUV187.9572.73161.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 90 (35.55% from 255) = 17.72%
R=46.26%
G=36.02%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351839000.220.620.0838.4878.3863.73
HexEBB75A0163E8264e40
Octal353267132026761046116100
Binary11101011101101111011010010110111110100010011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB75A; }

 p { color: rgb(235,183,90); }

 H1.HeaderClassName
 {
   color: #EBB75A;
 }
 .AnyTagClassName
 {
   color: #EBB75A;
 }
</style>
background-color css

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

 a { background-color: rgb(235,183,90); }

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

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

 span { border-color: rgb(235,183,90); }

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