Html Css Color HEX #ECB552 Ronchi

📋 copy color: '#ECB552'

red 236 ◦ green 181 ◦ blue 82

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

Shades of Ronchi #ECB552

Tints of Ronchi #ECB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.27%

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

R = 47.29%
G = 36.27%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECB552 (or 0xECB552) is known color: Ronchi. HEX triplet: EC, B5 and 52. RGB value is (236,181,82). Sum of RGB (Red+Green+Blue) = 236+181+82=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB552 is #134AAD. Grayscale: #BABABA. Windows color (decimal): -1264302 or 5420524. OLE color: 5420524.

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

Color convert

RGB 236 181 82 -
CMYK 0 0.23 0.65 0.07
HSL 38.57º 0.8% 0.62% -
HSV(B) 38.57º 0.65% 0.93% -
XYZ 52.64 51.49 15.15 -
YUV 186.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 236 181 82 0 0.23 0.65 0.07 38.57 0.8 0.62
Hex EC B5 52 0 17 41 7 27 50 3E
Octal 354 265 122 0 27 101 7 47 120 76
Binary 11101100 10110101 1010010 0 10111 1000001 111 100111 1010000 111110

Color Harmonies of #ECB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB552

Black with #ECB552

Text Example


Text Example

White with #ECB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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