#EBB85A

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

Shades of Ronchi #EBB85A

Tints of Ronchi #EBB85A

Color information

#EBB85A (or 0xEBB85A) is unknown color: approx Ronchi. HEX triplet: EB, B8 and 5A. RGB value is (235,184,90). Sum of RGB (Red+Green+Blue) = 235+184+90=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB85A is #1447A5. Grayscale: #BCBCBC. Windows color (decimal): -1329062 or 5945579. OLE color: 5945579.

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

Color convert

RGB23518490-
CMYK00.220.620.08
HSL38.9º78.38%63.73%-
HSV(B)38.9º61.7%92.16%-
XYZ53.2552.6817.03-
YUV188.5372.4161.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=46.17%
G=36.15%
B=17.68%

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
Decimal2351849000.220.620.0838.978.3863.73
HexEBB85A0163E8274e40
Octal353270132026761047116100
Binary11101011101110001011010010110111110100010011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB85A; }

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

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

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

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

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

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

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

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