Html Css Color HEX #ECB750 Ronchi

📋 copy color: '#ECB750'

red 236 ◦ green 183 ◦ blue 80

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

Shades of Ronchi #ECB750

Tints of Ronchi #ECB750

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 47.29%
G = 36.67%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECB750 (or 0xECB750) is known color: Ronchi. HEX triplet: EC, B7 and 50. RGB value is (236,183,80). Sum of RGB (Red+Green+Blue) = 236+183+80=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB750 is #1348AF. Grayscale: #BBBBBB. Windows color (decimal): -1263792 or 5289964. OLE color: 5289964.

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

Color convert

RGB 236 183 80 -
CMYK 0 0.22 0.66 0.07
HSL 39.62º 0.8% 0.62% -
HSV(B) 39.62º 0.66% 0.93% -
XYZ 52.97 52.28 14.89 -
YUV 187.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 236 183 80 0 0.22 0.66 0.07 39.62 0.8 0.62
Hex EC B7 50 0 16 42 7 28 50 3E
Octal 354 267 120 0 26 102 7 50 120 76
Binary 11101100 10110111 1010000 0 10110 1000010 111 101000 1010000 111110

Color Harmonies of #ECB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB750

Black with #ECB750

Text Example


Text Example

White with #ECB750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB750; }

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

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

background-color css

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

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

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

border-color css

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

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

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