Html Css Color HEX #ECBA4C Ronchi

📋 copy color: '#ECBA4C'

red 236 ◦ green 186 ◦ blue 76

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

Shades of Ronchi #ECBA4C

Tints of Ronchi #ECBA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.35%

 BLUE value IS 76 (30.08% from 255) = 15.26%

R = 47.39%
G = 37.35%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECBA4C (or 0xECBA4C) is known color: Ronchi. HEX triplet: EC, BA and 4C. RGB value is (236,186,76). Sum of RGB (Red+Green+Blue) = 236+186+76=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA4C is #1345B3. Grayscale: #BCBCBC. Windows color (decimal): -1263028 or 5028588. OLE color: 5028588.

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

Color convert

RGB 236 186 76 -
CMYK 0 0.21 0.68 0.07
HSL 41.25º 0.81% 0.61% -
HSV(B) 41.25º 0.68% 0.93% -
XYZ 53.46 53.47 14.34 -
YUV 188.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 236 186 76 0 0.21 0.68 0.07 41.25 0.81 0.61
Hex EC BA 4C 0 15 44 7 29 51 3D
Octal 354 272 114 0 25 104 7 51 121 75
Binary 11101100 10111010 1001100 0 10101 1000100 111 101001 1010001 111101

Color Harmonies of #ECBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA4C

Black with #ECBA4C

Text Example


Text Example

White with #ECBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA4C; }

 p { color: rgb(236,186,76); }

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

background-color css

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

 a { background-color: rgb(236,186,76); }

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

border-color css

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

 span { border-color: rgb(236,186,76); }

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