Html Css Color HEX #ECBA4B Ronchi

📋 copy color: '#ECBA4B'

red 236 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #ECBA4B

Tints of Ronchi #ECBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 75 (29.69% from 255) = 15.09%

R = 47.48%
G = 37.42%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECBA4B (or 0xECBA4B) is known color: Ronchi. HEX triplet: EC, BA and 4B. RGB value is (236,186,75). Sum of RGB (Red+Green+Blue) = 236+186+75=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA4B is #1345B4. Grayscale: #BCBCBC. Windows color (decimal): -1263029 or 4963052. OLE color: 4963052.

HSL color Cylindrical-coordinate representation of color #ECBA4B: hue angle of 41.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECBA4B is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 186 75 -
CMYK 0 0.21 0.68 0.07
HSL 41.37º 0.81% 0.61% -
HSV(B) 41.37º 0.68% 0.93% -
XYZ 53.42 53.46 14.16 -
YUV 188.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 236 186 75 0 0.21 0.68 0.07 41.37 0.81 0.61
Hex EC BA 4B 0 15 44 7 29 51 3D
Octal 354 272 113 0 25 104 7 51 121 75
Binary 11101100 10111010 1001011 0 10101 1000100 111 101001 1010001 111101

Color Harmonies of #ECBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA4B

Black with #ECBA4B

Text Example


Text Example

White with #ECBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA4B; }

 p { color: rgb(236,186,75); }

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

background-color css

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

 a { background-color: rgb(236,186,75); }

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

border-color css

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

 span { border-color: rgb(236,186,75); }

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