Html Css Color HEX #ECB942 Ronchi

📋 copy color: '#ECB942'

red 236 ◦ green 185 ◦ blue 66

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

Shades of Ronchi #ECB942

Tints of Ronchi #ECB942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.55%

R = 48.46%
G = 37.99%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECB942 (or 0xECB942) is known color: Ronchi. HEX triplet: EC, B9 and 42. RGB value is (236,185,66). Sum of RGB (Red+Green+Blue) = 236+185+66=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB942 is #1346BD. Grayscale: #BBBBBB. Windows color (decimal): -1263294 or 4372972. OLE color: 4372972.

HSL color Cylindrical-coordinate representation of color #ECB942: hue angle of 42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECB942 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 185 66 -
CMYK 0 0.22 0.72 0.07
HSL 42º 0.82% 0.59% -
HSV(B) 42º 0.72% 0.93% -
XYZ 52.92 52.92 12.58 -
YUV 186.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 236 185 66 0 0.22 0.72 0.07 42 0.82 0.59
Hex EC B9 42 0 16 48 7 2A 52 3B
Octal 354 271 102 0 26 110 7 52 122 73
Binary 11101100 10111001 1000010 0 10110 1001000 111 101010 1010010 111011

Color Harmonies of #ECB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB942

Black with #ECB942

Text Example


Text Example

White with #ECB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB942; }

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

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

background-color css

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

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

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

border-color css

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

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

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