Html Css Color HEX #ECBC52 Ronchi

📋 copy color: '#ECBC52'

red 236 ◦ green 188 ◦ blue 82

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

Shades of Ronchi #ECBC52

Tints of Ronchi #ECBC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

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

R = 46.64%
G = 37.15%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECBC52 (or 0xECBC52) is known color: Ronchi. HEX triplet: EC, BC and 52. RGB value is (236,188,82). Sum of RGB (Red+Green+Blue) = 236+188+82=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC52 is #1343AD. Grayscale: #BEBEBE. Windows color (decimal): -1262510 or 5422316. OLE color: 5422316.

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

Color convert

RGB 236 188 82 -
CMYK 0 0.20 0.65 0.07
HSL 41.3º 0.8% 0.62% -
HSV(B) 41.3º 0.65% 0.93% -
XYZ 54.1 54.41 15.63 -
YUV 190.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 236 188 82 0 0.20 0.65 0.07 41.3 0.8 0.62
Hex EC BC 52 0 14 41 7 29 50 3E
Octal 354 274 122 0 24 101 7 51 120 76
Binary 11101100 10111100 1010010 0 10100 1000001 111 101001 1010000 111110

Color Harmonies of #ECBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC52

Black with #ECBC52

Text Example


Text Example

White with #ECBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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