Html Css Color HEX #ECBC5B Ronchi

📋 copy color: '#ECBC5B'

red 236 ◦ green 188 ◦ blue 91

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

Shades of Ronchi #ECBC5B

Tints of Ronchi #ECBC5B

RGB

 RED value IS 236 (92.58% from 255) = 45.83%

 GREEN value IS 188 (73.83% from 255) = 36.5%

 BLUE value IS 91 (35.94% from 255) = 17.67%

R = 45.83%
G = 36.5%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECBC5B (or 0xECBC5B) is known color: Ronchi. HEX triplet: EC, BC and 5B. RGB value is (236,188,91). Sum of RGB (Red+Green+Blue) = 236+188+91=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC5B is #1343A4. Grayscale: #BFBFBF. Windows color (decimal): -1262501 or 6012140. OLE color: 6012140.

HSL color Cylindrical-coordinate representation of color #ECBC5B: hue angle of 40.14º 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 #ECBC5B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 91 -
CMYK 0 0.20 0.61 0.07
HSL 40.14º 0.79% 0.64% -
HSV(B) 40.14º 0.61% 0.93% -
XYZ 54.46 54.55 17.56 -
YUV 191.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 236 188 91 0 0.20 0.61 0.07 40.14 0.79 0.64
Hex EC BC 5B 0 14 3D 7 28 4F 40
Octal 354 274 133 0 24 75 7 50 117 100
Binary 11101100 10111100 1011011 0 10100 111101 111 101000 1001111 1000000

Color Harmonies of #ECBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC5B

Black with #ECBC5B

Text Example


Text Example

White with #ECBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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