Html Css Color HEX #ECB952 Ronchi

📋 copy color: '#ECB952'

red 236 ◦ green 185 ◦ blue 82

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

Shades of Ronchi #ECB952

Tints of Ronchi #ECB952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.3%

R = 46.92%
G = 36.78%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECB952 (or 0xECB952) is known color: Ronchi. HEX triplet: EC, B9 and 52. RGB value is (236,185,82). Sum of RGB (Red+Green+Blue) = 236+185+82=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB952 is #1346AD. Grayscale: #BCBCBC. Windows color (decimal): -1263278 or 5421548. OLE color: 5421548.

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

Color convert

RGB 236 185 82 -
CMYK 0 0.22 0.65 0.07
HSL 40.13º 0.8% 0.62% -
HSV(B) 40.13º 0.65% 0.93% -
XYZ 53.46 53.14 15.42 -
YUV 188.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 236 185 82 0 0.22 0.65 0.07 40.13 0.8 0.62
Hex EC B9 52 0 16 41 7 28 50 3E
Octal 354 271 122 0 26 101 7 50 120 76
Binary 11101100 10111001 1010010 0 10110 1000001 111 101000 1010000 111110

Color Harmonies of #ECB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB952

Black with #ECB952

Text Example


Text Example

White with #ECB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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