Html Css Color HEX #ECB450 Ronchi

📋 copy color: '#ECB450'

red 236 ◦ green 180 ◦ blue 80

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

Shades of Ronchi #ECB450

Tints of Ronchi #ECB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 80 (31.64% from 255) = 16.13%

R = 47.58%
G = 36.29%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECB450 (or 0xECB450) is known color: Ronchi. HEX triplet: EC, B4 and 50. RGB value is (236,180,80). Sum of RGB (Red+Green+Blue) = 236+180+80=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB450 is #134BAF. Grayscale: #B9B9B9. Windows color (decimal): -1264560 or 5289196. OLE color: 5289196.

HSL color Cylindrical-coordinate representation of color #ECB450: hue angle of 38.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECB450 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 80 -
CMYK 0 0.24 0.66 0.07
HSL 38.46º 0.8% 0.62% -
HSV(B) 38.46º 0.66% 0.93% -
XYZ 52.36 51.05 14.68 -
YUV 185.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 236 180 80 0 0.24 0.66 0.07 38.46 0.8 0.62
Hex EC B4 50 0 18 42 7 26 50 3E
Octal 354 264 120 0 30 102 7 46 120 76
Binary 11101100 10110100 1010000 0 11000 1000010 111 100110 1010000 111110

Color Harmonies of #ECB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB450

Black with #ECB450

Text Example


Text Example

White with #ECB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB450; }

 p { color: rgb(236,180,80); }

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

background-color css

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

 a { background-color: rgb(236,180,80); }

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

border-color css

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

 span { border-color: rgb(236,180,80); }

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