#ECBD5B

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

Shades of Ronchi #ECBD5B

Tints of Ronchi #ECBD5B

Color information

#ECBD5B (or 0xECBD5B) is unknown color: approx Ronchi. HEX triplet: EC, BD and 5B. RGB value is (236,189,91). Sum of RGB (Red+Green+Blue) = 236+189+91=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD5B is #1342A4. Grayscale: #C0C0C0. Windows color (decimal): -1262245 or 6012396. OLE color: 6012396.

HSL color Cylindrical-coordinate representation of color #ECBD5B: hue angle of 40.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECBD5B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23618991-
CMYK00.200.610.07
HSL40.55º79.23%64.12%-
HSV(B)40.55º61.44%92.55%-
XYZ54.6854.9817.63-
YUV191.8871.07159.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 91 (35.94% from 255) = 17.64%
R=45.74%
G=36.63%
B=17.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361899100.200.610.0740.5579.2364.12
HexECBD5B0143D7294f40
Octal35427513302475751117100
Binary1110110010111101101101101010011110111110100110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD5B; }

 p { color: rgb(236,189,91); }

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

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

 a { background-color: rgb(236,189,91); }

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

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

 span { border-color: rgb(236,189,91); }

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