Html Css Color HEX #ECBC5C Ronchi

📋 copy color: '#ECBC5C'

red 236 ◦ green 188 ◦ blue 92

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

Shades of Ronchi #ECBC5C

Tints of Ronchi #ECBC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.83%

R = 45.74%
G = 36.43%
B = 17.83%

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

#ECBC5C (or 0xECBC5C) is known color: Ronchi. HEX triplet: EC, BC and 5C. RGB value is (236,188,92). Sum of RGB (Red+Green+Blue) = 236+188+92=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC5C is #1343A3. Grayscale: #BFBFBF. Windows color (decimal): -1262500 or 6077676. OLE color: 6077676.

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

Color convert

RGB 236 188 92 -
CMYK 0 0.20 0.61 0.07
HSL 40º 0.79% 0.64% -
HSV(B) 40º 0.61% 0.93% -
XYZ 54.51 54.57 17.79 -
YUV 191.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 236 188 92 0 0.20 0.61 0.07 40 0.79 0.64
Hex EC BC 5C 0 14 3D 7 28 4F 40
Octal 354 274 134 0 24 75 7 50 117 100
Binary 11101100 10111100 1011100 0 10100 111101 111 101000 1001111 1000000

Color Harmonies of #ECBC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC5C

Black with #ECBC5C

Text Example


Text Example

White with #ECBC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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