Html Css Color HEX #ECB94C Ronchi

📋 copy color: '#ECB94C'

red 236 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #ECB94C

Tints of Ronchi #ECB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.22%

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

R = 47.48%
G = 37.22%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECB94C (or 0xECB94C) is known color: Ronchi. HEX triplet: EC, B9 and 4C. RGB value is (236,185,76). Sum of RGB (Red+Green+Blue) = 236+185+76=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB94C is #1346B3. Grayscale: #BCBCBC. Windows color (decimal): -1263284 or 5028332. OLE color: 5028332.

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

Color convert

RGB 236 185 76 -
CMYK 0 0.22 0.68 0.07
HSL 40.88º 0.81% 0.61% -
HSV(B) 40.88º 0.68% 0.93% -
XYZ 53.25 53.05 14.27 -
YUV 187.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 236 185 76 0 0.22 0.68 0.07 40.88 0.81 0.61
Hex EC B9 4C 0 16 44 7 29 51 3D
Octal 354 271 114 0 26 104 7 51 121 75
Binary 11101100 10111001 1001100 0 10110 1000100 111 101001 1010001 111101

Color Harmonies of #ECB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB94C

Black with #ECB94C

Text Example


Text Example

White with #ECB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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