Html Css Color HEX #ECB246 Ronchi

📋 copy color: '#ECB246'

red 236 ◦ green 178 ◦ blue 70

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

Shades of Ronchi #ECB246

Tints of Ronchi #ECB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

 BLUE value IS 70 (27.73% from 255) = 14.46%

R = 48.76%
G = 36.78%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECB246 (or 0xECB246) is known color: Ronchi. HEX triplet: EC, B2 and 46. RGB value is (236,178,70). Sum of RGB (Red+Green+Blue) = 236+178+70=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB246 is #134DB9. Grayscale: #B7B7B7. Windows color (decimal): -1265082 or 4633324. OLE color: 4633324.

HSL color Cylindrical-coordinate representation of color #ECB246: hue angle of 39.04º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECB246 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 178 70 -
CMYK 0 0.25 0.70 0.07
HSL 39.04º 0.81% 0.6% -
HSV(B) 39.04º 0.7% 0.93% -
XYZ 51.62 50.12 12.75 -
YUV 183.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 236 178 70 0 0.25 0.70 0.07 39.04 0.81 0.6
Hex EC B2 46 0 19 46 7 27 51 3C
Octal 354 262 106 0 31 106 7 47 121 74
Binary 11101100 10110010 1000110 0 11001 1000110 111 100111 1010001 111100

Color Harmonies of #ECB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB246

Black with #ECB246

Text Example


Text Example

White with #ECB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB246; }

 p { color: rgb(236,178,70); }

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

background-color css

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

 a { background-color: rgb(236,178,70); }

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

border-color css

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

 span { border-color: rgb(236,178,70); }

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